mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 15:45:42 +03:00
7 lines
No EOL
385 B
XML
7 lines
No EOL
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"/> |