summaryrefslogtreecommitdiffstats
path: root/GNexusParts
diff options
context:
space:
mode:
authorShawn Alty <shawn.alty@gmail.com>2012-02-26 14:09:49 -0600
committerBrint E. Kriebel <bkriebel@vmware.com>2012-07-11 11:41:12 -0600
commit8cd0b4ffd4d11e586fc4d4dd7fa38c46361e7f1e (patch)
treecd3a36e9125b08606acc705eeefc6ae6464717d4 /GNexusParts
parent09cd945539e9c69e804551ee854fcf4ed55937b2 (diff)
downloaddevice_samsung_tuna-8cd0b4ffd4d11e586fc4d4dd7fa38c46361e7f1e.zip
device_samsung_tuna-8cd0b4ffd4d11e586fc4d4dd7fa38c46361e7f1e.tar.gz
device_samsung_tuna-8cd0b4ffd4d11e586fc4d4dd7fa38c46361e7f1e.tar.bz2
Hide GNexusParts from app drawer
We can already access this from the "Advanced" tab so putting it in the app drawer seems like useless duplication and a waste of space. Patchset 2: Only remove the relevant line. Patchset 3: Accidentally cut a line off. Change-Id: If26165cca35a39f6870fd518376d2e48fa0d3c4c
Diffstat (limited to 'GNexusParts')
-rw-r--r--GNexusParts/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/GNexusParts/AndroidManifest.xml b/GNexusParts/AndroidManifest.xml
index b736787..12b1009 100644
--- a/GNexusParts/AndroidManifest.xml
+++ b/GNexusParts/AndroidManifest.xml
@@ -14,7 +14,6 @@
<intent-filter>
<action android:name="com.cyanogenmod.action.LAUNCH_DEVICE_SETTINGS" />
<action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
@@ -29,4 +28,4 @@
<activity android:name=".SoundFragmentActivity" />
</application>
-</manifest> \ No newline at end of file
+</manifest>