Я получил cra sh, когда я нажимаю на тексте ввода для ввода значения. Я видел это
Solution1 и Solution2 и Apply, но не работает для меня.
это требует android .permission.INTERACT_ACROSS_USERS_FULL или android .permission.INTERACT_ACROSS_USERS.
Применяемое выше разрешение не работает для меня
2020-01-10 12:08:47.113 22870-22870/com.sampleapplication E/InputEventReceiver: Exception dispatching input event.
2020-01-10 12:08:47.114 22870-22870/com.sampleapplication E/MessageQueue-JNI: Exception in MessageQueue callback: handleReceiveCallback
2020-01-10 12:08:47.117 22870-22870/com.sampleapplication E/MessageQueue-JNI: java.lang.SecurityException: Permission Denial: null asks to run as user 8 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL or android.permission.INTERACT_ACROSS_USERS
at android.os.Parcel.createException(Parcel.java:1942)
at android.os.Parcel.readException(Parcel.java:1910)
at android.os.Parcel.readException(Parcel.java:1860)
at android.view.autofill.IAutoFillManager$Stub$Proxy.addClient(IAutoFillManager.java:453)
at android.view.autofill.AutofillManager.ensureServiceClientAddedIfNeededLocked(AutofillManager.java:1623)
at android.view.autofill.AutofillManager.notifyViewEnteredLocked(AutofillManager.java:812)
at android.view.autofill.AutofillManager.notifyViewEntered(AutofillManager.java:796)
at android.view.autofill.AutofillManager.notifyViewEntered(AutofillManager.java:749)
at android.view.View.notifyEnterOrExitForAutoFillIfNeeded(View.java:7290)
at android.view.View.onFocusChanged(View.java:7272)
at android.widget.TextView.onFocusChanged(TextView.java:10005)