From: Damyan Ivanov Date: Thu, 18 Jun 2020 16:50:19 +0000 (+0000) Subject: put the app in the 'Productivity' category X-Git-Tag: v0.14.0~3 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=7fb1d4d279a253175f238f47189a0a5b9d32a520 put the app in the 'Productivity' category may be useful for something --- diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 482ca297..031ca4f2 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -24,6 +24,7 @@ android:name=".App" android:allowBackup="true" android:fullBackupContent="@xml/backup_descriptor" + android:appCategory="productivity" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:label="@string/app_name"