Add link to AndroidX Role library in RoleManager documentation.

Fixes: 136119951
Test: presubmit
Change-Id: Iab4c8617983555b04d7c49b7f9583cf2132d57c8
This commit is contained in:
Hai Zhang
2019-06-24 17:15:39 -07:00
parent 50ab7b076d
commit bae001170b

View File

@@ -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 <a href="{@docRoot}reference/androidx/core/role/package-summary.html">AndroidX Role
* library</a>.
* <p>
* 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