Skip to content

Commit

Permalink
Setup as custom launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurzaczek committed Apr 30, 2014
1 parent b60ed20 commit 9fb1bf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name=".PhoneBookActivity" />
Expand Down

0 comments on commit 9fb1bf2

Please sign in to comment.