summaryrefslogtreecommitdiff
path: root/core/java/android/os/Build.java
diff options
context:
space:
mode:
authorMichael Groover <mpgroover@google.com>2020-09-24 18:35:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-09-24 18:35:36 +0000
commit11be5c6214ac883d7dcaac10450d2b29eea3436b (patch)
tree3b349da92aa31f5091a674c85a61e1772cf09a42 /core/java/android/os/Build.java
parent7a920a8c8da71839e6e97abe7fb2d04fe76b8c82 (diff)
parent17b4bbd270b1b706bcf488227467de09fe4fc058 (diff)
Merge "Fix unique identifiers best practices links in device ID API docs"
Diffstat (limited to 'core/java/android/os/Build.java')
-rwxr-xr-xcore/java/android/os/Build.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java
index 1db544c29101..78ba7f0eec28 100755
--- a/core/java/android/os/Build.java
+++ b/core/java/android/os/Build.java
@@ -141,8 +141,8 @@ public class Build {
*
* <p>Starting with API level 29, persistent device identifiers are guarded behind additional
* restrictions, and apps are recommended to use resettable identifiers (see <a
- * href="c"> Best practices for unique identifiers</a>). This method can be invoked if one of
- * the following requirements is met:
+ * href="/training/articles/user-data-ids">Best practices for unique identifiers</a>). This
+ * method can be invoked if one of the following requirements is met:
* <ul>
* <li>If the calling app has been granted the READ_PRIVILEGED_PHONE_STATE permission; this
* is a privileged permission that can only be granted to apps preloaded on the device.