Hi,
Changing from targetSdkVersion="26" to targetSdkVersion="28", I got the following error:
Caused by: java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation
It seems to do something with my Translucent screens:
SetActivityAttribute(Synchroniseer, android:theme, "@android:style/Theme.Translucent")
Remark this line solved the problem, but also displays as screen instead of Transparant.
Changing back to target="26" all is fine.
Is there still support for Translucent screens in target="28"?
Someone has a solution?
Best regards,
André
Changing from targetSdkVersion="26" to targetSdkVersion="28", I got the following error:
Caused by: java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation
It seems to do something with my Translucent screens:
SetActivityAttribute(Synchroniseer, android:theme, "@android:style/Theme.Translucent")
Remark this line solved the problem, but also displays as screen instead of Transparant.
Changing back to target="26" all is fine.
Is there still support for Translucent screens in target="28"?
Someone has a solution?
Best regards,
André