From 4f0ea440784d01a815b563d54605aa9ed4ed8880 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 3 Sep 2018 10:09:17 -0400 Subject: [PATCH] update to android 9, test compat autofill mode. --- src/Android/Android.csproj | 2 +- src/Android/Resources/xml/autofillservice.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Android/Android.csproj b/src/Android/Android.csproj index 1d25debf4..7fddeb977 100644 --- a/src/Android/Android.csproj +++ b/src/Android/Android.csproj @@ -15,7 +15,7 @@ Off Properties\AndroidManifest.xml false - v8.1 + v9.0 armeabi,armeabi-v7a,x86 Xamarin.Android.Net.AndroidClientHandler diff --git a/src/Android/Resources/xml/autofillservice.xml b/src/Android/Resources/xml/autofillservice.xml index 422e6f3e4..7414508b1 100644 --- a/src/Android/Resources/xml/autofillservice.xml +++ b/src/Android/Resources/xml/autofillservice.xml @@ -1,3 +1,6 @@  \ No newline at end of file + xmlns:android="http://schemas.android.com/apk/res/android"> + + + \ No newline at end of file