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

Commit a9b4978d authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Android (Google) Code Review
Browse files

Merge "Deprecate ACCESSIBILITY_LARGE_POINTER_ICON setting" into main

parents 29ab947f 88b9722b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9657,10 +9657,15 @@ public final class Settings {
         * Whether or not larger size icons are used for the pointer of mouse/trackpad for
         * accessibility.
         * (0 = false, 1 = true)
         *
         * @deprecated This setting is no longer in use, as the size of pointer icons is now
         *             controlled by the {@link #POINTER_SCALE} setting. The value of this setting
         *             is ignored.
         * @hide
         */
        @UnsupportedAppUsage
        @Readable
        @Deprecated
        public static final String ACCESSIBILITY_LARGE_POINTER_ICON =
                "accessibility_large_pointer_icon";