diff --git a/core/java/android/app/role/RoleManager.java b/core/java/android/app/role/RoleManager.java index 4b1796a8d0f7f..bb04a2e527126 100644 --- a/core/java/android/app/role/RoleManager.java +++ b/core/java/android/app/role/RoleManager.java @@ -53,7 +53,8 @@ import java.util.function.Consumer; * the availability of roles. Instead, they should always query if the role is available using * {@link #isRoleAvailable(String)} before trying to do anything with it. Some predefined role names * are available as constants in this class, and a list of possibly available roles can be found in - * the AndroidX Libraries. + * the AndroidX Role + * library. *

* There can be multiple applications qualifying for a role, but only a subset of them can become * role holders. To qualify for a role, an application must meet certain requirements, including