mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
10 lines
618 B
XML
10 lines
618 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"
|
|
android:isAccessibilityTool="false"/> |