diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index cab6acbfe2b72..9dc099609a48c 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -437,6 +437,21 @@ public final class Settings { public static final String ACTION_COLOR_INVERSION_SETTINGS = "android.settings.COLOR_INVERSION_SETTINGS"; + /** + * Activity Action: Show settings to allow configuration of text reading. + *

+ * In some cases, a matching Activity may not exist, so ensure you + * safeguard against this. + *

+ * Input: Nothing. + *

+ * Output: Nothing. + * @hide + */ + @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) + public static final String ACTION_TEXT_READING_SETTINGS = + "android.settings.TEXT_READING_SETTINGS"; + /** * Activity Action: Show settings to control access to usage information. *