We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b61db commit a9de675Copy full SHA for a9de675
app/src/main/AndroidManifest.xml
@@ -36,8 +36,8 @@
36
android:label="@string/nlp_app_name"
37
android:process=":ui">
38
<intent-filter>
39
- <action android:name="android.intent.action.MAIN" />
40
- <category android:name="android.intent.category.LAUNCHER" />
+ <action android:name="android.intent.action.APPLICATION_PREFERENCES" />
+ <category android:name="android.intent.category.DEFAULT" />
41
</intent-filter>
42
</activity>
43
0 commit comments