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

Commit db7bdd46 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix default grant running for secondary user."

parents 5112156b a5d8632a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ public class RoleManagerService extends SystemService implements RoleUserState.C
                }
                performInitialGrantsIfNecessary(userId);
            }
        }, UserHandle.SYSTEM, intentFilter, null /* broadcastPermission */, null /* handler */);
        }, UserHandle.ALL, intentFilter, null, null);

        getContext().getContentResolver().registerContentObserver(
                Settings.Global.getUriFor(Settings.Global.SMS_ACCESS_RESTRICTION_ENABLED), false,