diff options
| author | 2020-06-02 04:40:43 +0000 | |
|---|---|---|
| committer | 2020-06-02 04:40:43 +0000 | |
| commit | 7974d15859f421a73058326f311a95b4116b4e7f (patch) | |
| tree | daacbfbc8d2f0ca2fc918ebd5dfb6dff1884b4a6 | |
| parent | f4619d699f99319e6e46b96c9abd0be9593dfc24 (diff) | |
| parent | 7aae8cce330cb9b8ebca7b68da3abcd8e2d5a272 (diff) | |
Merge "Make implicit intent immutable." into qt-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java index 3886f6264b16..ffe51ca44c4f 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java @@ -282,7 +282,7 @@ public class InstantAppNotifier extends SystemUI mContext, 0, new Intent(Intent.ACTION_VIEW).setData(Uri.parse(helpUrl)), - 0, + PendingIntent.FLAG_IMMUTABLE, null, user) : null; |