summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorKedi Xu <kedix@codeaurora.org>2016-08-17 14:16:42 +0800
committerKedi Xu <kedix@codeaurora.org>2016-08-17 14:16:42 +0800
commit3a841f98947dc5437a61b3add98e72ca96b75acc (patch)
tree861138054ff08412b086b510cac77ddb03f6ae96 /AndroidManifest.xml
parentf405cb1d0bc74725e3144c3ce792fa6f69c09c38 (diff)
downloadandroid_packages_apps_Gallery2-3a841f98947dc5437a61b3add98e72ca96b75acc.tar.gz
android_packages_apps_Gallery2-3a841f98947dc5437a61b3add98e72ca96b75acc.tar.bz2
android_packages_apps_Gallery2-3a841f98947dc5437a61b3add98e72ca96b75acc.zip
SnapdragonGallary: Fix the interface flash when click widget.
Set the WidgetClickHandler activity to NoDisplay style. Change-Id: I4190b251c81724b1eb05fd193189887af419aa38 CRs-Fixed: 1055193
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-x[-rw-r--r--]AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 72a239b3d..9d5aecb39 100644..100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -341,7 +341,9 @@
android:authorities="com.android.gallery3d.photoprovider"
android:syncable="false"
android:exported="false"/>
- <activity android:name="com.android.gallery3d.gadget.WidgetClickHandler" />
+ <activity
+ android:name="com.android.gallery3d.gadget.WidgetClickHandler"
+ android:theme="@android:style/Theme.NoDisplay" />
<activity android:name="com.android.gallery3d.app.DialogPicker"
android:configChanges="keyboardHidden|orientation|screenSize"
android:theme="@style/DialogPickerTheme"/>