Merge "Fix that the user has no way of knowing if the reset was successful." into tm-dev

This commit is contained in:
PETER LIANG
2022-03-25 00:30:55 +00:00
committed by Android (Google) Code Review
5 changed files with 79 additions and 53 deletions

View File

@@ -118,6 +118,11 @@ public class AccessibilityDialogUtils {
* launch tutorial.
*/
int LAUNCH_ACCESSIBILITY_TUTORIAL = 1008;
/**
* OPEN: Settings > Accessibility > Display size and text > Click 'Reset settings' button.
*/
int DIALOG_RESET_SETTINGS = 1009;
}
/**