Skip to content

Commit

Permalink
[DNM] Remove app from launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanoabdi committed Nov 22, 2020
1 parent 66fcf21 commit 4cc8d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
android:label="@string/nlp_app_name"
android:process=":ui">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>

Expand Down

0 comments on commit 4cc8d45

Please sign in to comment.