Merge "Remove a break so that FLAG_PERMISSION_REVOKE_WHEN_REQUESTED is applied to permissions in all users." into qt-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
73a2697d84
@@ -1595,8 +1595,6 @@ public class PermissionManagerService {
|
|||||||
Slog.i(TAG, newPerm + " does not inherit from " + sourcePerms
|
Slog.i(TAG, newPerm + " does not inherit from " + sourcePerms
|
||||||
+ " for " + pkgName + " as split permission is also new");
|
+ " for " + pkgName + " as split permission is also new");
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
|
||||||
} else {
|
} else {
|
||||||
// Inherit from new install or existing runtime permissions
|
// Inherit from new install or existing runtime permissions
|
||||||
inheritPermissionStateToNewImplicitPermissionLocked(sourcePerms,
|
inheritPermissionStateToNewImplicitPermissionLocked(sourcePerms,
|
||||||
|
|||||||
Reference in New Issue
Block a user