Searched defs:INSTALL_SHORTCUT_PERMISSION (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/compat/java/android/support/v4/content/pm/
H A DShortcutManagerCompat.java41 @VisibleForTesting static final String INSTALL_SHORTCUT_PERMISSION = field in class:ShortcutManagerCompat
57 if (ContextCompat.checkSelfPermission(context, INSTALL_SHORTCUT_PERMISSION)
64 if (TextUtils.isEmpty(permission) || INSTALL_SHORTCUT_PERMISSION.equals(permission)) {

Completed in 739 milliseconds