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 308cbb4380
commit fa779b905e

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"