Skip to content

Commit a9de675

Browse files
committed
[DNM] Remove app from launcher
1 parent 25b61db commit a9de675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
android:label="@string/nlp_app_name"
3737
android:process=":ui">
3838
<intent-filter>
39-
<action android:name="android.intent.action.MAIN" />
40-
<category android:name="android.intent.category.LAUNCHER" />
39+
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
40+
<category android:name="android.intent.category.DEFAULT" />
4141
</intent-filter>
4242
</activity>
4343

0 commit comments

Comments
 (0)