Skip to content

Commit

Permalink
default intent filter added to HomeActivity in manifest (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-Daly authored and quentin41500 committed Feb 8, 2019
1 parent 3d5789f commit 92a2218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<action android:name="android.intent.action.MAIN"/>

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

Expand Down

0 comments on commit 92a2218

Please sign in to comment.