Merge "Remove REVIEW_REQUIRED from droidfooder phones" into tm-dev
This commit is contained in:
@@ -2808,12 +2808,14 @@ public class PermissionManagerServiceImpl implements PermissionManagerServiceInt
|
||||
}
|
||||
|
||||
// Remove review flag as it is not necessary anymore
|
||||
if (!NOTIFICATION_PERMISSIONS.contains(perm)) {
|
||||
// TODO(b/227186603) re-enable check for notification permission once
|
||||
// droidfood state has been cleared
|
||||
//if (!NOTIFICATION_PERMISSIONS.contains(perm)) {
|
||||
if ((flags & FLAG_PERMISSION_REVIEW_REQUIRED) != 0) {
|
||||
flags &= ~FLAG_PERMISSION_REVIEW_REQUIRED;
|
||||
wasChanged = true;
|
||||
}
|
||||
}
|
||||
//}
|
||||
|
||||
if ((flags & FLAG_PERMISSION_REVOKED_COMPAT) != 0
|
||||
&& !isPermissionSplitFromNonRuntime(permName,
|
||||
|
||||
Reference in New Issue
Block a user