Skip to content

Commit 5735863

Browse files
committed
Set appCategory value to "social" in the Android Manifest
1 parent f10582c commit 5735863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<application
1414
android:name=".ElementXApplication"
1515
android:allowBackup="false"
16+
android:appCategory="social"
1617
android:dataExtractionRules="@xml/data_extraction_rules"
1718
android:enableOnBackInvokedCallback="true"
1819
android:fullBackupContent="@xml/backup_rules"

0 commit comments

Comments
 (0)