summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnkit Gupta <agupta@cyngn.com>2016-03-22 09:33:16 -0700
committerAnkit Gupta <agupta@cyngn.com>2016-03-24 16:58:37 -0700
commit9ed57cd98d1147c2dbf1f3e0b19a8aa25829ec4d (patch)
tree59082a7ccd977953f5dc78900286c1cc5420fd98
parent6fe1f49e1803a10dc0046b5bb04e3bb4f27c7cc3 (diff)
downloadandroid_packages_apps_BluetoothExt-9ed57cd98d1147c2dbf1f3e0b19a8aa25829ec4d.tar.gz
android_packages_apps_BluetoothExt-9ed57cd98d1147c2dbf1f3e0b19a8aa25829ec4d.tar.bz2
android_packages_apps_BluetoothExt-9ed57cd98d1147c2dbf1f3e0b19a8aa25829ec4d.zip
hiddTestApp: disable from launcher
This is a test Application and should not be visible in launcher to the end user. Issue-id: YAM-203 Change-Id: I8cf228e17b86b1d7837b93983a1f0796b2b33f3b (cherry picked from commit d0cf21fc70415267fd5c9d423a8c4a972962a118)
-rw-r--r--hiddtestapp/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/hiddtestapp/AndroidManifest.xml b/hiddtestapp/AndroidManifest.xml
index ca32c1c..2ad3cde 100644
--- a/hiddtestapp/AndroidManifest.xml
+++ b/hiddtestapp/AndroidManifest.xml
@@ -49,7 +49,6 @@
android:screenOrientation="landscape" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>