Set appCategory value to "social" in the Android Manifest

This commit is contained in:
Benoit Marty 2025-08-11 16:57:46 +02:00
parent f10582cfa0
commit 573586322a

View file

@ -13,6 +13,7 @@
<application
android:name=".ElementXApplication"
android:allowBackup="false"
android:appCategory="social"
android:dataExtractionRules="@xml/data_extraction_rules"
android:enableOnBackInvokedCallback="true"
android:fullBackupContent="@xml/backup_rules"