I am facing the problem while retrieving the contacts from the contact book in Android 8.0 Oreo java.lang.IllegalStateException: Only fullscreen opaque activities can reques
If you have to use setRequestedOrientation(), there is no way but sacrifice the windowIsTranslucent attribute on Android 8.0
setRequestedOrientation()
values\styles.xml for api level 25- (<8.0)
values\styles.xml
values-v26\styles.xml for api level 26 (=8.0)
values-v26\styles.xml
values-v27\styles.xml for api level 27+ (>8.0)
values-v27\styles.xml