diff --git a/src/Android/AutofillService.cs b/src/Android/AutofillService.cs index 945db1cb7..53c267b91 100644 --- a/src/Android/AutofillService.cs +++ b/src/Android/AutofillService.cs @@ -320,9 +320,9 @@ namespace Bit.Android Resource.Color.primary)); } - if(Build.VERSION.SdkInt <= BuildVersionCodes.N && _appSettings.AutofillPersistNotification) + if(/*Build.VERSION.SdkInt <= BuildVersionCodes.N && */_appSettings.AutofillPersistNotification) { - builder.SetPriority(-2); + builder.SetPriority(-1); } _lastNotification = now; diff --git a/src/Android/Properties/AndroidManifest.xml b/src/Android/Properties/AndroidManifest.xml index 113762cfe..9fd1dc47d 100644 --- a/src/Android/Properties/AndroidManifest.xml +++ b/src/Android/Properties/AndroidManifest.xml @@ -1,6 +1,6 @@  - +