From 425be32c15d39733520920496a84190022594570 Mon Sep 17 00:00:00 2001 From: mp-bw <59324545+mp-bw@users.noreply.github.com> Date: Tue, 27 Sep 2022 14:03:06 -0400 Subject: [PATCH] added a11y disclosure prompt for Android (#2102) --- .../Resources/xml/accessibilityservice.xml | 3 +- .../Pages/Settings/AutofillServicesPage.xaml | 2 +- .../Settings/AutofillServicesPage.xaml.cs | 8 ----- .../Settings/AutofillServicesPageViewModel.cs | 22 ++++++++++++- src/App/Resources/AppResources.Designer.cs | 33 ++++++++++++++++--- src/App/Resources/AppResources.resx | 12 +++++++ 6 files changed, 64 insertions(+), 16 deletions(-) diff --git a/src/Android/Resources/xml/accessibilityservice.xml b/src/Android/Resources/xml/accessibilityservice.xml index e65df58b1..dcb4a1f02 100644 --- a/src/Android/Resources/xml/accessibilityservice.xml +++ b/src/Android/Resources/xml/accessibilityservice.xml @@ -6,4 +6,5 @@ android:accessibilityFeedbackType="feedbackGeneric" android:accessibilityFlags="flagReportViewIds|flagRetrieveInteractiveWindows" android:notificationTimeout="100" - android:canRetrieveWindowContent="true"/> \ No newline at end of file + android:canRetrieveWindowContent="true" + android:isAccessibilityTool="false"/> \ No newline at end of file diff --git a/src/App/Pages/Settings/AutofillServicesPage.xaml b/src/App/Pages/Settings/AutofillServicesPage.xaml index 15f5c9b2a..38ad244f7 100644 --- a/src/App/Pages/Settings/AutofillServicesPage.xaml +++ b/src/App/Pages/Settings/AutofillServicesPage.xaml @@ -83,7 +83,7 @@ StyleClass="box-value" HorizontalOptions="End" />