summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorwjiang <wjiang@codeaurora.org>2014-02-14 17:45:53 +0800
committeremancebo <emancebo@cyngn.com>2014-09-04 10:40:18 -0700
commita92b9d9f030cf1a9c74ac410a30a5d264743f51e (patch)
treea9a87517af3942652d47f943f85ac02b3cbc4631 /AndroidManifest.xml
parentf919dbf15fb9d3894a4235f6cf0b1d3511124686 (diff)
downloadandroid_packages_apps_Gallery2-a92b9d9f030cf1a9c74ac410a30a5d264743f51e.tar.gz
android_packages_apps_Gallery2-a92b9d9f030cf1a9c74ac410a30a5d264743f51e.tar.bz2
android_packages_apps_Gallery2-a92b9d9f030cf1a9c74ac410a30a5d264743f51e.zip
Gallery2: Fix batches of issues in movie effects
Fix following issues: - All settings aren't restored to previous state when user cancel his operations. - Check the validity to avoid calling member function of an already released object. - Recycle effect instance when MovieActivity pauses. - Don't restore strength from pref when toggling switch. - Force the Effect's dialog to be uncancelable. - Fix null pointer and effect leak issue due to CMCC features. - Fix audio effects dialog display on small screens - Recognize bluetooth headset. Change-Id: I803897508c0c1a6723170b7691e3ece03680e4f1
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4e8a351c3..9e9f1de7a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -35,6 +35,7 @@
<uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/>
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
<uses-permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER" />
+ <uses-permission android:name="android.permission.BLUETOOTH" />
<supports-screens android:smallScreens="false"
android:normalScreens="true" android:largeScreens="true"