Add ComponentName for Font Size

Adding component name FONT_SIZE_COMPONENT_NAME.

Bug: 269679768
Test: Manually
Change-Id: I9ab11bd59ff88ccdb5c692fdbfb3f21c6790b67b
This commit is contained in:
Candice Lo
2023-03-21 09:38:19 +00:00
parent 93d5b7930d
commit d640706bce

View File

@@ -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 =