Skip to content

Commit 4775a02

Browse files
author
Android Build Coastguard Worker
committed
Merge cherrypicks of [20214088] into tm-qpr1-release.
Change-Id: I5b8fca5589d3eee53547667040efd17003eaad70
2 parents 5bb0b52 + 18cc8e1 commit 4775a02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ private void postInstantAppNotif(
289289
.setComponent(aiaComponent)
290290
.setAction(Intent.ACTION_VIEW)
291291
.addCategory(Intent.CATEGORY_BROWSABLE)
292-
.addCategory("unique:" + System.currentTimeMillis())
292+
.setIdentifier("unique:" + System.currentTimeMillis())
293293
.putExtra(Intent.EXTRA_PACKAGE_NAME, appInfo.packageName)
294294
.putExtra(
295295
Intent.EXTRA_VERSION_CODE,

0 commit comments

Comments
 (0)