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

Commit 1ecf8378 authored by Tom Natan's avatar Tom Natan Committed by Automerger Merge Worker
Browse files

Merge "Add INTERACT_ACROSS_USERS_FULL to PlatformCompatChangeRule" into sc-dev am: e54680b3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15143495

Change-Id: Id57cf00bdb957c46ccf64633fc60ae43bc167233
parents 040c411d e54680b3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -118,7 +118,8 @@ public class PlatformCompatChangeRule extends CoreCompatChangeRule {
                    Manifest.permission.LOG_COMPAT_CHANGE,
                    Manifest.permission.OVERRIDE_COMPAT_CHANGE_CONFIG,
                    Manifest.permission.OVERRIDE_COMPAT_CHANGE_CONFIG_ON_RELEASE_BUILD,
                    Manifest.permission.READ_COMPAT_CHANGE_CONFIG);
                    Manifest.permission.READ_COMPAT_CHANGE_CONFIG,
                    Manifest.permission.INTERACT_ACROSS_USERS_FULL);
        }
    }
}