Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8d61664 authored by Menghan Li's avatar Menghan Li Committed by Android (Google) Code Review
Browse files

Merge "Provide ability to link to text reading page"

parents c2767dc4 b0aac005
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line Diff line number Diff line
@@ -437,6 +437,21 @@ public final class Settings {
    public static final String ACTION_COLOR_INVERSION_SETTINGS =
    public static final String ACTION_COLOR_INVERSION_SETTINGS =
            "android.settings.COLOR_INVERSION_SETTINGS";
            "android.settings.COLOR_INVERSION_SETTINGS";
    /**
     * Activity Action: Show settings to allow configuration of text reading.
     * <p>
     * In some cases, a matching Activity may not exist, so ensure you
     * safeguard against this.
     * <p>
     * Input: Nothing.
     * <p>
     * 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.
     * Activity Action: Show settings to control access to usage information.
     * <p>
     * <p>