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 1e0e67b commit 67b9604Copy full SHA for 67b9604
apps/Development/AndroidManifest.xml
@@ -57,7 +57,7 @@
57
android:icon="@mipmap/ic_launcher_devtools">
58
<intent-filter>
59
<action android:name="android.intent.action.MAIN" />
60
- <category android:name="android.intent.category.LAUNCHER" />
+ <category android:name="android.intent.category.DEFAULT" />
61
</intent-filter>
62
</activity>
63
<activity android:name="PackageBrowser" android:label="Package Browser">
0 commit comments