1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 12:43:39 +00:00

new ic_launcher for adaptive icons

This commit is contained in:
Kyle Spearrin
2018-03-17 17:26:10 -04:00
parent 907ddbf903
commit 4ff3464abd
28 changed files with 2503 additions and 2415 deletions

View File

@@ -12,7 +12,8 @@
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
<application android:label="Bitwarden" android:theme="@style/BitwardenTheme" android:allowBackup="false">
<application android:label="Bitwarden" android:theme="@style/BitwardenTheme" android:allowBackup="false"
android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round">
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="com.x8bit.bitwarden.fileprovider"
@@ -34,6 +35,6 @@
</intent-filter>
</receiver>
<activity android:name="net.hockeyapp.android.UpdateActivity" android:exported="false" android:icon="@drawable/icon" />
<activity android:name="net.hockeyapp.android.UpdateActivity" android:exported="false" />
</application>
</manifest>