Samsung Galaxy S3 w/Android 4.3: halts on launch wanting INTERACT_ACROSS_USERS_FULL

Anyone know what the problem is? It’s suddenly asking for the permission android.permission.INTERACT_ACROSS_USERS_FULL to be added to the Manifest (in the logcat), and our game is just quitting immediately. If I add that permission, the game runs for a bit, and then starts quitting again with that message.

Does anybody know if this is the issue fixed in Unity 4.3.3 described as “Android: fixed an issue where the application would suddenly quit on some Snapdragon devices.”?

Which S3 version you have?

SPH-L710

It seems this may have been caused by not having an up-to-date Android SDK (though our game only targets old Gingerbread devices, so in theory shouldn’t need newer SDK)

We have encountered this identical issue - is there any further information on the resolution?

Well, like I said, all I did was update to a newer version of the Android SDK and the errors went away.