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

Commit 99c6f4ba authored by Menghan Li's avatar Menghan Li
Browse files

feat(A11yHaTS): Add Settings intent for Magnification

Bug: 379748766
Bug: 380346799
Test: Manual Test
Flag: EXEMPT bugfix
Change-Id: I1f975af9bcebdf24af3172f650a5640859bf6ea6
parent 6e7524b3
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1176,6 +1176,22 @@ public final class Settings {
    public static final String ACTION_DARK_THEME_SETTINGS =
            "android.settings.DARK_THEME_SETTINGS";
    /**
     * Activity Action: Show settings to configure the screen magnification feature.
     * <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_SCREEN_MAGNIFICATION_SETTINGS =
            "android.settings.MAGNIFICATION_SETTINGS";
    /**
     * Activity Action: Show settings to allow configuration of locale.
     * <p>