diff options
| author | Michael Groover <mpgroover@google.com> | 2020-09-24 18:35:36 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-09-24 18:35:36 +0000 |
| commit | 11be5c6214ac883d7dcaac10450d2b29eea3436b (patch) | |
| tree | 3b349da92aa31f5091a674c85a61e1772cf09a42 /core/java/android/os/Build.java | |
| parent | 7a920a8c8da71839e6e97abe7fb2d04fe76b8c82 (diff) | |
| parent | 17b4bbd270b1b706bcf488227467de09fe4fc058 (diff) | |
Merge "Fix unique identifiers best practices links in device ID API docs"
Diffstat (limited to 'core/java/android/os/Build.java')
| -rwxr-xr-x | core/java/android/os/Build.java | 4 |
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. |
