Merge "Set pending intent for physical keyboard connection as immutable." into rvc-dev am: d0ac45fc4c
Change-Id: I5d5652eecab4c066d5750b6716a558e30de6ab73
This commit is contained in:
@@ -1069,7 +1069,7 @@ public class InputManagerService extends IInputManager.Stub
|
||||
| Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED
|
||||
| Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
||||
final PendingIntent keyboardLayoutIntent = PendingIntent.getActivityAsUser(mContext, 0,
|
||||
intent, 0, null, UserHandle.CURRENT);
|
||||
intent, PendingIntent.FLAG_IMMUTABLE, null, UserHandle.CURRENT);
|
||||
|
||||
Resources r = mContext.getResources();
|
||||
Notification notification =
|
||||
|
||||
Reference in New Issue
Block a user