Skip to content

Commit 67b9604

Browse files
chirayudesaitravarilo
authored andcommitted
DevTools: Hide the icon!
Change default category of the main activity to DEFAULT instead of LAUNCHER. Change-Id: I25ed302ea3eedb93b5119a83f08b6d50aaecce08
1 parent 1e0e67b commit 67b9604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/Development/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
android:icon="@mipmap/ic_launcher_devtools">
5858
<intent-filter>
5959
<action android:name="android.intent.action.MAIN" />
60-
<category android:name="android.intent.category.LAUNCHER" />
60+
<category android:name="android.intent.category.DEFAULT" />
6161
</intent-filter>
6262
</activity>
6363
<activity android:name="PackageBrowser" android:label="Package Browser">

0 commit comments

Comments
 (0)