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

Commit 89d0366b authored by Marcus Ge's avatar Marcus Ge Committed by Android (Google) Code Review
Browse files

Merge "Add color contrast Settings intent" into main

parents a4f4dfc9 780be239
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -470,6 +470,21 @@ public final class Settings {
    public static final String ACTION_ACCESSIBILITY_COLOR_MOTION_SETTINGS =
            "android.settings.ACCESSIBILITY_COLOR_MOTION_SETTINGS";
    /**
     * Activity Action: Show settings to allow configuration of accessibility color contrast.
     * <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_ACCESSIBILITY_COLOR_CONTRAST_SETTINGS =
            "android.settings.ACCESSIBILITY_COLOR_CONTRAST_SETTINGS";
    /**
     * Activity Action: Show settings to allow configuration of Reduce Bright Colors.
     * <p>