Searched refs:PROTECTED_ACTIONS (Results 1 – 1 of 1) sorted by relevance
490 private static final Set<String> PROTECTED_ACTIONS = new ArraySet<>(); field in PackageManagerService492 PROTECTED_ACTIONS.add(Intent.ACTION_SEND);493 PROTECTED_ACTIONS.add(Intent.ACTION_SENDTO);494 PROTECTED_ACTIONS.add(Intent.ACTION_SEND_MULTIPLE);495 PROTECTED_ACTIONS.add(Intent.ACTION_VIEW);10505 if (PROTECTED_ACTIONS.contains(filterAction)) {