You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
967 B
20 lines
967 B
// Signature format: 2.0
|
|
package android.app.role {
|
|
|
|
public final class RoleManager {
|
|
method @NonNull public android.content.Intent createRequestRoleIntent(@NonNull String);
|
|
method public boolean isRoleAvailable(@NonNull String);
|
|
method public boolean isRoleHeld(@NonNull String);
|
|
field public static final String ROLE_ASSISTANT = "android.app.role.ASSISTANT";
|
|
field public static final String ROLE_BROWSER = "android.app.role.BROWSER";
|
|
field public static final String ROLE_CALL_REDIRECTION = "android.app.role.CALL_REDIRECTION";
|
|
field public static final String ROLE_CALL_SCREENING = "android.app.role.CALL_SCREENING";
|
|
field public static final String ROLE_DIALER = "android.app.role.DIALER";
|
|
field public static final String ROLE_EMERGENCY = "android.app.role.EMERGENCY";
|
|
field public static final String ROLE_HOME = "android.app.role.HOME";
|
|
field public static final String ROLE_SMS = "android.app.role.SMS";
|
|
}
|
|
|
|
}
|
|
|