I'm developing a mobile app with cordova/phonegap and I've installed OAuth plugin. When I try to use this plugin(that try to open a popup to authenticate on twitter) my console show me:
E/DatabaseUtils(2355): java.lang.SecurityException: Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
How can I resolve it?