summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-19 23:19:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-19 23:19:58 +0000
commit4775a0277cf325b7d90c26b7afaea8a769e6ae22 (patch)
treee8e661fc1a04568f35b94b4463c468a632cebeb6
parent5bb0b52009b87a54f74306230eca8bc30a24c681 (diff)
parent18cc8e142636c2c1fc21b7502ff48068ac16ddc9 (diff)
downloadbase-4775a0277cf325b7d90c26b7afaea8a769e6ae22.tar.gz
Merge cherrypicks of [20214088] into tm-qpr1-release.
Change-Id: I5b8fca5589d3eee53547667040efd17003eaad70
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java2
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 59022c0ffbf2..6514d5b6f080 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java
@@ -289,7 +289,7 @@ public class InstantAppNotifier extends CoreStartable
.setComponent(aiaComponent)
.setAction(Intent.ACTION_VIEW)
.addCategory(Intent.CATEGORY_BROWSABLE)
- .addCategory("unique:" + System.currentTimeMillis())
+ .setIdentifier("unique:" + System.currentTimeMillis())
.putExtra(Intent.EXTRA_PACKAGE_NAME, appInfo.packageName)
.putExtra(
Intent.EXTRA_VERSION_CODE,