Searched refs:PROTECTED_ACTIONS (Results 1 – 1 of 1) sorted by relevance
95 private static final Set<String> PROTECTED_ACTIONS = new ArraySet<>(); field in ComponentResolver97 PROTECTED_ACTIONS.add(Intent.ACTION_SEND);98 PROTECTED_ACTIONS.add(Intent.ACTION_SENDTO);99 PROTECTED_ACTIONS.add(Intent.ACTION_SEND_MULTIPLE);100 PROTECTED_ACTIONS.add(Intent.ACTION_VIEW);885 if (PROTECTED_ACTIONS.contains(filterAction)) { in isProtectedAction()