Some users reported that my app screen sometimes flickers when running on Android 4.2 (only!)
I tried on my device, and after putting logs, the activity is restarted and restarted again, about 3 times a second.
So what I did is to trace the method calls when it restarts continually, and here is the result:
It seems that the problem lies in the ViewGroup.resetRtlProperties(), since this is new in Android 4.2 (17).
I can't confirm yet if this is a bug, but is there anyone else experiencing this or have any workarounds?