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

Commit 2f7bad49 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

Change-Id: Id41706875501971cbe83181885d2a47aadf788b1
parents 41950bc2 f10a089f
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);