Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a841f98 authored by Kedi Xu's avatar Kedi Xu
Browse files

SnapdragonGallary: Fix the interface flash when click widget.

Set the WidgetClickHandler activity to NoDisplay style.

Change-Id: I4190b251c81724b1eb05fd193189887af419aa38
CRs-Fixed: 1055193
parent f405cb1d
Loading
Loading
Loading
Loading

AndroidManifest.xml

100644 → 100755
+3 −1
Original line number Original line Diff line number Diff line
@@ -341,7 +341,9 @@
                android:authorities="com.android.gallery3d.photoprovider"
                android:authorities="com.android.gallery3d.photoprovider"
                android:syncable="false"
                android:syncable="false"
                android:exported="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"
        <activity android:name="com.android.gallery3d.app.DialogPicker"
                android:configChanges="keyboardHidden|orientation|screenSize"
                android:configChanges="keyboardHidden|orientation|screenSize"
                android:theme="@style/DialogPickerTheme"/>
                android:theme="@style/DialogPickerTheme"/>