4

Just faced this exception under my application PID in the Android Monitor, while not doing anything special. First time I'm seeing such thing, any explanation/docs? Thanks

java.lang.SecurityException: Permission Denial: 
    broadcast from android asks to run as user -1 but is calling from user 0;
    this requires android.permission.INTERACT_ACROSS_USERS_FULL or 
    android.permission.INTERACT_ACROSS_USERS
Evgeniy Mishustin
  • 3,034
  • 2
  • 39
  • 73

1 Answers1

0

One of the possible solutions is to disable auto-fill, but it works only on Android Oreo. Check this link Disabling Android O auto-fill service for an application

user7856586
  • 636
  • 2
  • 9
  • 28