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

Commit abeda2bf authored by John Wu's avatar John Wu Committed by Automerger Merge Worker
Browse files

Merge "Use setIdentifier instead of dynamic categories" into tm-qpr-dev am:...

Merge "Use setIdentifier instead of dynamic categories" into tm-qpr-dev am: 861541ab am: 4e5c7e1c

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



Change-Id: If5d11977e6e251a1334e74ccfcde64728ac588bd
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 90a1e457 4e5c7e1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,7 @@ public class InstantAppNotifier
                            .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,