Merge "Use setIdentifier instead of dynamic categories" into tm-qpr-dev
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user