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

Commit d640706b authored by Candice Lo's avatar Candice Lo
Browse files

Add ComponentName for Font Size

Adding component name FONT_SIZE_COMPONENT_NAME.

Bug: 269679768
Test: Manually
Change-Id: I9ab11bd59ff88ccdb5c692fdbfb3f21c6790b67b
parent 93d5b793
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -87,6 +87,8 @@ public class AccessibilityShortcutController {
            new ComponentName("com.android.server.accessibility", "OneHandedMode");
    public static final ComponentName REDUCE_BRIGHT_COLORS_COMPONENT_NAME =
            new ComponentName("com.android.server.accessibility", "ReduceBrightColors");
    public static final ComponentName FONT_SIZE_COMPONENT_NAME =
            new ComponentName("com.android.server.accessibility", "FontSize");

    // The component name for the sub setting of Accessibility button in Accessibility settings
    public static final ComponentName ACCESSIBILITY_BUTTON_COMPONENT_NAME =