Merge "Make ManagedServices intents immutable" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
479962ed01
@@ -1312,7 +1312,7 @@ abstract public class ManagedServices {
|
||||
intent.putExtra(Intent.EXTRA_CLIENT_LABEL, mConfig.clientLabel);
|
||||
|
||||
final PendingIntent pendingIntent = PendingIntent.getActivity(
|
||||
mContext, 0, new Intent(mConfig.settingsAction), 0);
|
||||
mContext, 0, new Intent(mConfig.settingsAction), PendingIntent.FLAG_IMMUTABLE);
|
||||
intent.putExtra(Intent.EXTRA_CLIENT_INTENT, pendingIntent);
|
||||
|
||||
ApplicationInfo appInfo = null;
|
||||
|
||||
Reference in New Issue
Block a user