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

Commit 24c671b4 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: 9cc396b2

Change-Id: I41f49b91f20acbae51305b28896e98309530389b
parents 311854b3 9cc396b2
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;
        });