add app category to AndroidManifest (#2513)

This commit is contained in:
Konrad Pozniak 2022-05-17 19:55:46 +02:00 committed by GitHub
parent cec8f6dd65
commit 9a84d14f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<application
android:name=".TuskyApplication"
android:appCategory="social"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"