1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-24 11:55:38 +01: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

@ -15,7 +15,7 @@
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
<AndroidSupportedAbis>armeabi,armeabi-v7a,x86</AndroidSupportedAbis>
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
<AndroidStoreUncompressedFileExtensions />

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>