summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-01-18 14:24:16 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-18 14:24:16 -0800
commit59d5fa50b15b61d4b8f162e51a97b7eee371a269 (patch)
treef9fb1093a564bb8f69aa400d57cc8229c3380cd2
parentbba231c5923d2aa0c9c0f6965c3037dd9805c564 (diff)
parentd5a506d0a8f0cddfe99cc5de66c709d643ca38c7 (diff)
downloadandroid_packages_apps_Snap-59d5fa50b15b61d4b8f162e51a97b7eee371a269.tar.gz
android_packages_apps_Snap-59d5fa50b15b61d4b8f162e51a97b7eee371a269.tar.bz2
android_packages_apps_Snap-59d5fa50b15b61d4b8f162e51a97b7eee371a269.zip
Merge "SnapdragonCamera: Fix can't be opened from recent task" into camera.lnx.1.0-dev.1.0
-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