Android
java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation | Android Oreo
Checkout java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation | Android Oreo The problem seems to be happening when your target sdk is 28. So after trying out many options finally this worked. style:- Note:parent=”Theme.AppCompat.Light.NoActionBar” is needed for api 28. Previously had something else at api 26. Was working great Read more…