X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=031ca4f2e77e32d0dacc1327eb6c148fecfc7bb3;hb=7fb1d4d279a253175f238f47189a0a5b9d32a520;hp=c0ec9059c16917d93f3feb8874300cc799cc54ee;hpb=dc53d92774b2ad47a921646bca65ada19aeed624;p=mobile-ledger.git diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c0ec9059..031ca4f2 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -24,9 +24,10 @@ android:name=".App" android:allowBackup="true" android:fullBackupContent="@xml/backup_descriptor" - android:icon="@mipmap/app_icon" + android:appCategory="productivity" + android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" android:label="@string/app_name" - android:roundIcon="@mipmap/app_icon" android:supportsRtl="true" android:networkSecurityConfig="@xml/network_security_config" tools:ignore="GoogleAppIndexingWarning">