Merge "UBMS.mRunInitIntent: Mark as immutable."
This commit is contained in:
committed by
Android (Google) Code Review
commit
7ae5a97446
@@ -650,7 +650,7 @@ public class UserBackupManagerService {
|
||||
context,
|
||||
/* requestCode */ 0,
|
||||
initIntent,
|
||||
/* flags */ 0,
|
||||
/* flags */ PendingIntent.FLAG_IMMUTABLE,
|
||||
UserHandle.of(userId));
|
||||
|
||||
// Set up the backup-request journaling
|
||||
|
||||
Reference in New Issue
Block a user