mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-20 03:15:34 +02:00
enable autofill for chrome & webview password fields (not useful yet)
This commit is contained in:
parent
3cb06e92e2
commit
55c312ddaa
|
|
@ -1,8 +1,9 @@
|
|||
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:description="@string/autofill_description"
|
||||
android:accessibilityEventTypes="typeViewFocused|typeViewClicked|typeWindowStateChanged"
|
||||
android:accessibilityFlags="flagDefault|flagRetrieveInteractiveWindows"
|
||||
android:accessibilityFlags="flagDefault|flagRetrieveInteractiveWindows|flagRequestEnhancedWebAccessibility"
|
||||
android:accessibilityFeedbackType="feedbackGeneric"
|
||||
android:notificationTimeout="100"
|
||||
android:canRetrieveWindowContent="true"
|
||||
android:canRequestEnhancedWebAccessibility="true"
|
||||
/>
|
||||
Loading…
Reference in a new issue