summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorFabian Henneke <FabianHenneke@users.noreply.github.com>2020-07-14 11:30:29 +0200
committerGitHub <noreply@github.com>2020-07-14 15:00:29 +0530
commit681c557e9ef174543c290aff4346a52326ba3950 (patch)
treee893d4403a36686da7ef0b25979edd792ee66cad /app/src/main/AndroidManifest.xml
parent2f657108b3cc6a8d41f2a06ad53e9e45f816e1bb (diff)
Revert "Work around Chrome Autofill issue (#921)" (#933)
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4e6ea102..5fcbe706 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -99,19 +99,6 @@
android:name="android.accessibilityservice"
android:resource="@xml/autofill_config" />
</service>
-
- <service
- android:name=".autofill.oreo.ChromeCompatFix"
- android:enabled="@bool/enable_chrome_compat_fix"
- android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
- <intent-filter>
- <action android:name="android.accessibilityservice.AccessibilityService" />
- </intent-filter>
- <meta-data
- android:name="android.accessibilityservice"
- android:resource="@xml/oreo_autofill_chrome_compat_fix" />
- </service>
-
<service
android:name=".ClipboardService"
android:process=":clipboard_service_process" />