diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index 2ad5da056659c..1ff248f20f0a8 100755 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -141,8 +141,8 @@ public class Build { * *

Starting with API level 29, persistent device identifiers are guarded behind additional * restrictions, and apps are recommended to use resettable identifiers (see Best practices for unique identifiers). This method can be invoked if one of - * the following requirements is met: + * href="/training/articles/user-data-ids">Best practices for unique identifiers). This + * method can be invoked if one of the following requirements is met: *