summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2012-08-07 19:19:33 +0530
committerChirayu Desai <chirayudesai1@gmail.com>2016-08-27 23:57:57 +0530
commitcfc03cf979b90dc2be1e031512f50cfe55b28c87 (patch)
treeca354a413f2e6a3dc278ed0978c6898e768c7f37
parentc32f7fa495d4b44652f46c065fcd19c3acd237a6 (diff)
downloadandroid_development-cfc03cf979b90dc2be1e031512f50cfe55b28c87.tar.gz
android_development-cfc03cf979b90dc2be1e031512f50cfe55b28c87.tar.bz2
android_development-cfc03cf979b90dc2be1e031512f50cfe55b28c87.zip
Dev Tools: hide the icon!
change default catergory of the main activity to DEFAULT instead of LAUNCHER Change-Id: I25ed302ea3eedb93b5119a83f08b6d50aaecce08
-rw-r--r--apps/Development/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Development/AndroidManifest.xml b/apps/Development/AndroidManifest.xml
index 2379e0070..f09434c51 100644
--- a/apps/Development/AndroidManifest.xml
+++ b/apps/Development/AndroidManifest.xml
@@ -56,7 +56,7 @@
android:icon="@mipmap/ic_launcher_devtools">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
+ <category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name="PackageBrowser" android:label="Package Browser">