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

Commit 480d0729 authored by Fiona Campbell's avatar Fiona Campbell Committed by Automerger Merge Worker
Browse files

Merge "Pass Immutable flag to vr intent" into sc-dev am: e5c8cea5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14127236

Change-Id: Ie2e1a20773ceca2792de0c658c2ac08d7d71b245
parents 3df2e169 e5c8cea5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -304,7 +304,8 @@ public class ManagedApplicationService {
            }
            if (mSettingsAction != null) {
                intent.putExtra(Intent.EXTRA_CLIENT_INTENT,
                        PendingIntent.getActivity(mContext, 0, new Intent(mSettingsAction), PendingIntent.FLAG_MUTABLE_UNAUDITED));
                        PendingIntent.getActivity(mContext, 0, new Intent(mSettingsAction),
                                PendingIntent.FLAG_IMMUTABLE));
            }

            mConnection = new ServiceConnection() {