Home
last modified time | relevance | path

Searched refs:ACTION_REQUEST_ROLE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/role/
DRoleManager.java154 public static final String ACTION_REQUEST_ROLE = "android.app.role.action.REQUEST_ROLE"; field in RoleManager
202 Intent intent = new Intent(ACTION_REQUEST_ROLE); in createRequestRoleIntent()