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

Commit f39701f6 authored by Shijian Li's avatar Shijian Li Committed by android-build-merger
Browse files

Don't set USER_FIXED when revoking a permission inside Settings -> App. am: f7d0ef9f

am: 549ff21c

Change-Id: Ibfbb652d1d21740fd3407f0a8b1b3d06284cdef0
parents f74d815c 549ff21c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ public final class AppPermissionsFragmentWear extends PreferenceFragment {
            if((Boolean) newVal) {
                group.grantRuntimePermissions(false, new String[]{ perm.name });
            } else {
                group.revokeRuntimePermissions(true, new String[]{ perm.name });
                group.revokeRuntimePermissions(false, new String[]{ perm.name });
            }
            return true;
        });