java - Security Exception while starting an activity -
i facing weird situation getting below logs.
java.lang.securityexception: permission denial: get/set setting user asks run user -2 calling user 0; requires android.permission.interact_across_users_full
to resolve this, have tried cleaning project , adding below permission not resolving issue.
android.permission.interact_across_users_full
please me out.
according answer: android.permission.interact_across_users_full signature level permission. app not able use until , unless has same signature system.
which not can achieve unless either creator or system build, or collaborating them such willing sign apk certificate. in other words, off limits developers.
Comments
Post a Comment