Hi.
I had problem with AutoFiller in android and it caus:
these are the things I done so far:
add Permission it say in Log.
Invalidate Catch.
remove gradle and sync again.
none of these work.
I just have some TextInputEditText in activity.
there is one more thing if I add noExcludeDescendants it open the activity but IF i choose to AutoFiller it crash again or even if I try to double click on EditText it will crash.
I write the app with kotlin (in case if it could help).
I had problem with AutoFiller in android and it caus:
Java:
java.lang.SecurityException: Permission Denial: null asks to run as user 5 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL or android.permission.INTERACT_ACROSS_USERS
these are the things I done so far:
add Permission it say in Log.
Invalidate Catch.
remove gradle and sync again.
none of these work.
I just have some TextInputEditText in activity.
there is one more thing if I add noExcludeDescendants it open the activity but IF i choose to AutoFiller it crash again or even if I try to double click on EditText it will crash.
I write the app with kotlin (in case if it could help).