Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc4390d6 authored by Julia Reynolds's avatar Julia Reynolds Committed by Automerger Merge Worker
Browse files

Merge "Make ManagedServices intents immutable" into rvc-dev am: 479962ed

Change-Id: If56d6e7c2008d38ef011c47b5ff870a72557e8d3
parents 0af643d4 479962ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;