Home
last modified time | relevance | path

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

/packages/modules/Permission/framework-s/java/android/app/role/
DRoleManager.java168 public static final String ACTION_REQUEST_ROLE = "android.app.role.action.REQUEST_ROLE"; field in RoleManager
225 Intent intent = new Intent(ACTION_REQUEST_ROLE); in createRequestRoleIntent()