diff --git a/api/current.xml b/api/current.xml index ee7d330829f10..01ff582aac77d 100644 --- a/api/current.xml +++ b/api/current.xml @@ -130644,6 +130644,17 @@ visibility="public" > + + + * In some cases, a matching Activity may not exist, so ensure you + * safeguard against this. + *

+ * Input: Nothing. + *

+ * Output: Nothing + */ + @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) + public static final String ACTION_SEARCH_SETTINGS = + "android.search.action.SEARCH_SETTINGS"; + // End of Intent actions for Settings private static final String JID_RESOURCE_PREFIX = "android";