What do I do about: this requires android.permission.INTERACT_ACROSS_USERS_FULL
Solution 1:
android.permission.INTERACT_ACROSS_USERS_FULL
is a signature level permission. Your app will not be able to use it until and unless it has the same signature as the system.
Solution 2:
I had a same problem and i did project -> clean. It works now.