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

Commit d4e035d3 authored by Nate Myren's avatar Nate Myren Committed by Android (Google) Code Review
Browse files

Merge "Default grant carrier apps POST_NOTIFICATIONS" into tm-dev

parents 452fdef1 c36d3598
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1021,7 +1021,8 @@ final class DefaultPermissionGrantPolicy {
        }
        for (String packageName : packageNames) {
            grantPermissionsToSystemPackage(NO_PM_CACHE, packageName, userId,
                    PHONE_PERMISSIONS, ALWAYS_LOCATION_PERMISSIONS, SMS_PERMISSIONS);
                    PHONE_PERMISSIONS, ALWAYS_LOCATION_PERMISSIONS, SMS_PERMISSIONS,
                    NOTIFICATION_PERMISSIONS);
        }
    }