Skip to content

Commit

Permalink
Revert "temporarily remove icon (because I don't know how to get the …
Browse files Browse the repository at this point in the history
…app to compile otherwise)"

This reverts commit a075913.
  • Loading branch information
Sogolumbo committed Sep 15, 2020
1 parent 7c08805 commit 1c5013e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/>
<uses-permission android:name="android.permission.WRITE_SETTINGS"/>

<application android:label="@string/app_name">
<application android:label="@string/app_name" android:icon="@drawable/launcher">
<activity android:name=".BackupActivity"
android:label="@string/app_name">
<intent-filter>
Expand Down

0 comments on commit 1c5013e

Please sign in to comment.