summaryrefslogtreecommitdiffstats
path: root/GNexusParts
diff options
context:
space:
mode:
authorShawn Alty <shawn.alty@gmail.com>2012-02-26 14:09:49 -0600
committerShawn Alty <shawn.alty@gmail.com>2012-02-27 22:52:26 -0600
commita7d4eafcf573e1100f427dd32044032a2805af88 (patch)
treef97158a40c8da310df8b3463894acf3b5ce93479 /GNexusParts
parent35bb42f10edcfc07957d97a712ece1c74d0f02b8 (diff)
downloaddevice_samsung_tuna-a7d4eafcf573e1100f427dd32044032a2805af88.zip
device_samsung_tuna-a7d4eafcf573e1100f427dd32044032a2805af88.tar.gz
device_samsung_tuna-a7d4eafcf573e1100f427dd32044032a2805af88.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>