Java – security exception: Android permission. INTERACT_ ACROSS_ USERS

I just encountered this exception under the application PID in Android monitor without doing anything special The first time I saw such a thing, any explanation / document? thank you

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

Solution

One possible solution is to disable auto population, but it only applies to Android Oreo Checking this linkdisabling Android o auto fill service for an application

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>