Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -290,7 +290,7 @@ public class InstantAppNotifier .setComponent(aiaComponent) .setComponent(aiaComponent) .setAction(Intent.ACTION_VIEW) .setAction(Intent.ACTION_VIEW) .addCategory(Intent.CATEGORY_BROWSABLE) .addCategory(Intent.CATEGORY_BROWSABLE) .addCategory("unique:" + System.currentTimeMillis()) .setIdentifier("unique:" + System.currentTimeMillis()) .putExtra(Intent.EXTRA_PACKAGE_NAME, appInfo.packageName) .putExtra(Intent.EXTRA_PACKAGE_NAME, appInfo.packageName) .putExtra( .putExtra( Intent.EXTRA_VERSION_CODE, Intent.EXTRA_VERSION_CODE, Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -290,7 +290,7 @@ public class InstantAppNotifier .setComponent(aiaComponent) .setComponent(aiaComponent) .setAction(Intent.ACTION_VIEW) .setAction(Intent.ACTION_VIEW) .addCategory(Intent.CATEGORY_BROWSABLE) .addCategory(Intent.CATEGORY_BROWSABLE) .addCategory("unique:" + System.currentTimeMillis()) .setIdentifier("unique:" + System.currentTimeMillis()) .putExtra(Intent.EXTRA_PACKAGE_NAME, appInfo.packageName) .putExtra(Intent.EXTRA_PACKAGE_NAME, appInfo.packageName) .putExtra( .putExtra( Intent.EXTRA_VERSION_CODE, Intent.EXTRA_VERSION_CODE, Loading