Log accessibility privacy warning status (2/2)

Uses the atom NonA11yToolServiceWarningReported in westworld to log
the accessibility privacy warning service has been disabled in
accessibility setting.

Bug: 180983963
Test: m statsd_testdrive && statsd_testdrive 384
Change-Id: I4fb23066159f3086aaaeff521f305266e58cf42d
This commit is contained in:
lucychang
2021-08-19 22:41:07 +08:00
parent 4056b335ce
commit 7f94301cd4
4 changed files with 54 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ public class AccessibilitySettings extends DashboardFragment {
static final String EXTRA_LAUNCHED_FROM_SUW = "from_suw";
static final String EXTRA_ANIMATED_IMAGE_RES = "animated_image_res";
static final String EXTRA_HTML_DESCRIPTION = "html_description";
static final String EXTRA_TIME_FOR_LOGGING = "start_time_to_log_a11y_tool";
// Timeout before we update the services if packages are added/removed
// since the AccessibilityManagerService has to do that processing first