Hi, I having an issue with Android 5 Lollipop, the issue is that when install the game on a device with Lollipop, the application start, show powered by Unity screen, show next screen, and come back again to powered by Unity screen.
Logcat its showing this error:
02-03 11:43:46.681: E/ActivityThread(437): Performing stop of activity that is not resumed: {com.example.example/com.unity3d.player.UnityPlayerProxyActivity}
02-03 11:43:46.681: E/ActivityThread(437): java.lang.RuntimeException: Performing stop of activity that is not resumed: {com.example.example.Oorgh/com.unity3d.player.UnityPlayerProxyActivity}
02-03 11:43:46.681: E/ActivityThread(437): at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3309)
02-03 11:43:46.681: E/ActivityThread(437): at android.app.ActivityThread.handleStopActivity(ActivityThread.java:3390)
02-03 11:43:46.681: E/ActivityThread(437): at android.app.ActivityThread.access$1100(ActivityThread.java:144)
02-03 11:43:46.681: E/ActivityThread(437): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1307)
02-03 11:43:46.681: E/ActivityThread(437): at android.os.Handler.dispatchMessage(Handler.java:102)
02-03 11:43:46.681: E/ActivityThread(437): at android.os.Looper.loop(Looper.java:135)
02-03 11:43:46.681: E/ActivityThread(437): at android.app.ActivityThread.main(ActivityThread.java:5221)
02-03 11:43:46.681: E/ActivityThread(437): at java.lang.reflect.Method.invoke(Native Method)
02-03 11:43:46.681: E/ActivityThread(437): at java.lang.reflect.Method.invoke(Method.java:372)
02-03 11:43:46.681: E/ActivityThread(437): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
02-03 11:43:46.681: E/ActivityThread(437): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)