diff options
| author | Michael Groover <mpgroover@google.com> | 2020-09-21 15:27:52 -0700 |
|---|---|---|
| committer | Michael Groover <mpgroover@google.com> | 2020-09-21 15:27:52 -0700 |
| commit | 17b4bbd270b1b706bcf488227467de09fe4fc058 (patch) | |
| tree | a9428b6456e9e5170703e9de267d114ebf0fe91f /core/java | |
| parent | ac88fb39aa085041fb63cc363022427f9a650105 (diff) | |
Fix unique identifiers best practices links in device ID API docs
Bug: 168447060
Test: m docs
Change-Id: I483e0cf4915862254461200deb5d3dc7302bafb4
Diffstat (limited to 'core/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 8e865e7ab313..956fe182dfa6 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. |
