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

Commit 6ce75773 authored by yongga's avatar yongga Committed by Michael Bestas
Browse files

Gallery2: Fix no android.permission.INTERACT_ACROSS_USERS in guest mode.

Guest don't have permission to set system property.

add the permission for guest.

RM-290

Change-Id: I8d63da7f94d27ee2ceb4a04b19d85afe097b1659
CRs-Fixed: 954666 95622
(cherry picked from commit 0304394f)
parent 4c8db0e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
    <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE"/>
    <uses-permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER" />
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" />

    <supports-screens android:smallScreens="false"
            android:normalScreens="true" android:largeScreens="true"