I am working on integrating micode\'s open source compass into an app I am making. I am wondering how I can fix this here permission error when I clearly have it stated in m
I disabled autofill and project started to work normally. Check this link
Just add this code to your app :
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { window.decorView.importantForAutofill = View.IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS; }