Update the URI data
- Use the new URI to link the resource doc Bug: 315756311 Test: manual test Change-Id: Id98cea9a231d2ca62379ebd9792b4d933b583ba5
This commit is contained in:
@@ -32,7 +32,7 @@ public class SecurityPatchLevelPreferenceController extends BasePreferenceContro
|
|||||||
|
|
||||||
private static final String TAG = "SecurityPatchCtrl";
|
private static final String TAG = "SecurityPatchCtrl";
|
||||||
private static final Uri INTENT_URI_DATA = Uri.parse(
|
private static final Uri INTENT_URI_DATA = Uri.parse(
|
||||||
"https://source.android.com/security/bulletin/");
|
"https://source.android.com/docs/security/bulletin/");
|
||||||
|
|
||||||
private final PackageManager mPackageManager;
|
private final PackageManager mPackageManager;
|
||||||
private final String mCurrentPatch;
|
private final String mCurrentPatch;
|
||||||
|
|||||||
Reference in New Issue
Block a user