summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorjunjiez <junjiez@codeaurora.org>2016-12-23 13:59:39 +0800
committerjunjiez <junjiez@codeaurora.org>2016-12-23 13:59:39 +0800
commit9eaf38ae1922394f52135c2cdcce309502baf61c (patch)
treee76cc7cb2ccea678ed0c95020900a4dce1ae35b4 /AndroidManifest.xml
parent1fd9901abce1ff4eb09b5aaa3be22e1a0d846ff7 (diff)
downloadandroid_packages_apps_Snap-9eaf38ae1922394f52135c2cdcce309502baf61c.tar.gz
android_packages_apps_Snap-9eaf38ae1922394f52135c2cdcce309502baf61c.tar.bz2
android_packages_apps_Snap-9eaf38ae1922394f52135c2cdcce309502baf61c.zip
SnapdragonCamera: Fix can't be opened from recent task
Add main action to cameraActivity to avoid Exception when it's lunched by SystemUI. Change-Id: If601524087469ffa315af7b26fc276878d62ee5d CRs-Fixed: 1104364
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-x[-rw-r--r--]AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 572ae9516..11046e2f1 100644..100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -54,6 +54,10 @@
android:taskAffinity="com.android.camera.CameraActivity"
android:theme="@style/Theme.Camera"
android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
<meta-data
android:name="com.android.keyguard.layout"