Reference ic_launcher instead of icon

This commit is contained in:
Dominik Schürmann
2014-06-18 23:19:54 +02:00
parent bce874db09
commit 0db425b289
4 changed files with 4 additions and 4 deletions

View File

@@ -2,5 +2,5 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="org.sufficientlysecure.keychain"
android:icon="@drawable/icon"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"/>