Searched refs:PROTECTED_ACTIONS (Results 1 – 1 of 1) sorted by relevance
99 private static final Set<String> PROTECTED_ACTIONS = new ArraySet<>(); field in ComponentResolver101 PROTECTED_ACTIONS.add(Intent.ACTION_SEND);102 PROTECTED_ACTIONS.add(Intent.ACTION_SENDTO);103 PROTECTED_ACTIONS.add(Intent.ACTION_SEND_MULTIPLE);104 PROTECTED_ACTIONS.add(Intent.ACTION_VIEW);449 if (PROTECTED_ACTIONS.contains(filterAction)) { in isProtectedAction()