Skip to content

Commit 12b3071

Browse files
committed
remove dev tools from launcher
Change-Id: I71a13a155c75bddbb9ee083382687c7acb9e3271
1 parent f861980 commit 12b3071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/Development/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@
4747

4848
<uses-library android:name="android.test.runner" />
4949

50+
<!--
5051
<activity android:name="Development" android:label="Dev Tools"
5152
android:icon="@drawable/ic_launcher_devtools">
5253
<intent-filter>
5354
<action android:name="android.intent.action.MAIN" />
5455
<category android:name="android.intent.category.LAUNCHER" />
5556
</intent-filter>
5657
</activity>
58+
-->
5759
<activity android:name="PackageBrowser" android:label="Package Browser">
5860
<intent-filter>
5961
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)