Libgdx Android Crash Interact_across_users_full!

Whenever I want to run my application on android I get this exception:

Permission Denial: startActivity asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL

I have absolutely no clue why this happens and what I should do about it. I also tried to include this permission into the manifest but nothing happens.

Has someone already had the same problem and knows how I can solve this?