mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
* Show/hide accessibility overlay on scroll based on several visibility factors * Improvements to accessibility overlay anchor view tracking * Increase recursion limit and check for null children when walking the node tree * Cleanup * Hide overlay when expanding status (notification) bar * use .Any() instead of .Count()
9 lines
578 B
XML
9 lines
578 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:summary="@string/AutoFillServiceSummary"
|
|
android:description="@string/AutoFillServiceDescription"
|
|
android:accessibilityEventTypes="typeWindowStateChanged|typeWindowContentChanged|typeViewFocused|typeViewClicked"
|
|
android:accessibilityFeedbackType="feedbackGeneric"
|
|
android:accessibilityFlags="flagReportViewIds|flagRetrieveInteractiveWindows"
|
|
android:notificationTimeout="100"
|
|
android:canRetrieveWindowContent="true"/> |