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.java246 public static final String ACTION_REQUEST_ROLE = "android.app.role.action.REQUEST_ROLE"; field in RoleManager
303 Intent intent = new Intent(ACTION_REQUEST_ROLE); in createRequestRoleIntent()