commit | ef328465a97fba07b1a4161550ebd21e53e2ab67 | [log] [tgz] |
---|---|---|
author | sunnyshao <sunnyshao@google.com> | Tue Feb 27 16:50:13 2024 +0800 |
committer | sunnyshao <sunnyshao@google.com> | Tue Feb 27 16:50:13 2024 +0800 |
tree | b5a54d262cc37b87b79df9dbb1b0d4af460a8ac4 | |
parent | a6b7dff37b5983965fe055349c1e90307c9a3c79 [diff] |
Update the URI data - Use the new URI to link the resource doc Bug: 315756311 Test: manual test Change-Id: Id98cea9a231d2ca62379ebd9792b4d933b583ba5
diff --git a/src/com/android/settings/deviceinfo/firmwareversion/SecurityPatchLevelPreferenceController.java b/src/com/android/settings/deviceinfo/firmwareversion/SecurityPatchLevelPreferenceController.java index 1df78a8..dcb5a37 100644 --- a/src/com/android/settings/deviceinfo/firmwareversion/SecurityPatchLevelPreferenceController.java +++ b/src/com/android/settings/deviceinfo/firmwareversion/SecurityPatchLevelPreferenceController.java
@@ -32,7 +32,7 @@ private static final String TAG = "SecurityPatchCtrl"; 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 String mCurrentPatch;