diff options
author | cyberta <cyberta@riseup.net> | 2018-02-27 07:16:50 -0800 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2018-02-27 07:16:50 -0800 |
commit | f7a6d43bbd89c6e011d2b080887ab26617ad4471 (patch) | |
tree | 5f2ed57af9a1136c8f403e17cb1c74c89da6fcf6 /app/src/main/AndroidManifest.xml | |
parent | 64dfeed947ed79abc8ff4208b9331689f525dac5 (diff) | |
parent | c532d4726e72071a14959846a2ebde3c693c2d72 (diff) |
Merge branch '8872_new_launcher_icon' into '0.9.8'
8872 - new launcher icon
See merge request leap/bitmask_android!58
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b11bd89f..740dee08 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,9 +32,9 @@ <application android:name=".BitmaskApp" android:allowBackup="true" - android:icon="@drawable/icon" + android:icon="@mipmap/ic_launcher" android:label="@string/app_name" - android:logo="@drawable/icon" + android:logo="@mipmap/ic_launcher" android:theme="@style/BitmaskTheme"> <service android:name=".eip.VoidVpnService" |