简体   繁体   中英

Security Exception: android.permission.INTERACT_ACROSS_USERS

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM