Searched refs:PROTECTED_ACTIONS (Results 1 – 1 of 1) sorted by relevance
74 private static final Set<String> PROTECTED_ACTIONS = new ArraySet<>(); field in ComponentResolver76 PROTECTED_ACTIONS.add(Intent.ACTION_SEND);77 PROTECTED_ACTIONS.add(Intent.ACTION_SENDTO);78 PROTECTED_ACTIONS.add(Intent.ACTION_SEND_MULTIPLE);79 PROTECTED_ACTIONS.add(Intent.ACTION_VIEW);719 if (PROTECTED_ACTIONS.contains(filterAction)) { in isProtectedAction()