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

Commit 35c22eae authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Fix ephemeral intent caching in notification" into oc-dev am: f10a089f

am: 2f7bad49

Change-Id: I05a3531a77cb58ff4b27c06804b12dd0b3893491
parents 58b657ef 2f7bad49
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -579,6 +579,7 @@ public class PhoneStatusBarPolicy implements Callback, Callbacks,
                    .setComponent(aiaComponent)
                    .setAction(Intent.ACTION_VIEW)
                    .addCategory(Intent.CATEGORY_BROWSABLE)
                    .addCategory("unique:" + System.currentTimeMillis())
                    .putExtra(Intent.EXTRA_PACKAGE_NAME, appInfo.packageName)
                    .putExtra(Intent.EXTRA_VERSION_CODE, appInfo.versionCode)
                    .putExtra(Intent.EXTRA_EPHEMERAL_FAILURE, pendingIntent);