Oreo: disable Activity transition animation
问题 I need to disable Activity transition animation for all the screens in my application. Previous solution worked fine for all Android version: <style name="base_theme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="android:windowAnimationStyle">@null</item> </style> ... but for Android 8 "Oreo" it cause black screen blinking for every transition (forward or back move). I.e. there is still no any animation, but very annoying blinking take place (90% chance, ~20-30 milliseconds, the