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

Commit e54680b3 authored by Tom Natan's avatar Tom Natan Committed by Android (Google) Code Review
Browse files

Merge "Add INTERACT_ACROSS_USERS_FULL to PlatformCompatChangeRule" into sc-dev

parents 94b8898d 03c15770
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);
        }
    }
}