Merge "Launch Google Play system update page with new task flag." into sc-v2-dev am: e517131123
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16055434 Change-Id: If042c68a20edb19381932ea808a656fa62d020fa
This commit is contained in:
@@ -51,6 +51,7 @@ public class ModuleLicensePreference extends Preference {
|
|||||||
ModuleLicenseProvider.LICENSE_FILE_MIME_TYPE)
|
ModuleLicenseProvider.LICENSE_FILE_MIME_TYPE)
|
||||||
.putExtra(Intent.EXTRA_TITLE, mModule.getName())
|
.putExtra(Intent.EXTRA_TITLE, mModule.getName())
|
||||||
.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)
|
.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)
|
||||||
|
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||||
.addCategory(Intent.CATEGORY_DEFAULT)
|
.addCategory(Intent.CATEGORY_DEFAULT)
|
||||||
.setPackage("com.android.htmlviewer");
|
.setPackage("com.android.htmlviewer");
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user