We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bb0b52 + 18cc8e1 commit 4775a02Copy full SHA for 4775a02
1 file changed
packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java
@@ -289,7 +289,7 @@ private void postInstantAppNotif(
289
.setComponent(aiaComponent)
290
.setAction(Intent.ACTION_VIEW)
291
.addCategory(Intent.CATEGORY_BROWSABLE)
292
- .addCategory("unique:" + System.currentTimeMillis())
+ .setIdentifier("unique:" + System.currentTimeMillis())
293
.putExtra(Intent.EXTRA_PACKAGE_NAME, appInfo.packageName)
294
.putExtra(
295
Intent.EXTRA_VERSION_CODE,
0 commit comments