summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorjunjiez <junjiez@codeaurora.org>2017-01-16 15:14:55 +0800
committerjunjiez <junjiez@codeaurora.org>2017-01-16 15:14:55 +0800
commitd5a506d0a8f0cddfe99cc5de66c709d643ca38c7 (patch)
tree6f5e4f67e91affed42483696e07c5e39920362ce /AndroidManifest.xml
parentb1e808040df6b5848d6693d50960c5ab5da0da1a (diff)
downloadandroid_packages_apps_Snap-d5a506d0a8f0cddfe99cc5de66c709d643ca38c7.tar.gz
android_packages_apps_Snap-d5a506d0a8f0cddfe99cc5de66c709d643ca38c7.tar.bz2
android_packages_apps_Snap-d5a506d0a8f0cddfe99cc5de66c709d643ca38c7.zip
SnapdragonCamera: Fix can't be opened from recent task
Change launcher category to default category, avoid to show two icon in the luncher. Change-Id: Ic481a34f03b127261a609e5e2665ab6bdeae4bc3 CRs-Fixed: 1104364
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 11046e2f1..e44f9cc94 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -56,7 +56,7 @@
android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
<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>
<meta-data