mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 23:54:06 +03:00
7 lines
385 B
XML
7 lines
385 B
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
|||
|
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
|||
|
android:accessibilityEventTypes="typeViewTextSelectionChanged"
|
|||
|
android:accessibilityFeedbackType="feedbackAllMask"
|
|||
|
android:notificationTimeout="100"
|
|||
|
android:canRetrieveWindowContent="true"
|
|||
|
android:canRequestEnhancedWebAccessibility="true"/>
|