1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-28 22:23:35 +00:00

update to android 9, test compat autofill mode.

This commit is contained in:
Kyle Spearrin
2018-09-03 10:09:17 -04:00
parent 9cc12fd577
commit 4f0ea44078
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<autofill-service
xmlns:android="http://schemas.android.com/apk/res/android" />
xmlns:android="http://schemas.android.com/apk/res/android">
<compatibility-package android:name="com.android.chrome" android:maxLongVersionCode="1000000000"/>
<compatibility-package android:name="com.opera.browser" android:maxLongVersionCode="1000000000"/>
</autofill-service>