Ti.GoogleSignIn icon indicating copy to clipboard operation
Ti.GoogleSignIn copied to clipboard

java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation on com.google.android.gms.auth.api.signin.internal.SignInHubActivity

Open fahad86 opened this issue 6 years ago • 0 comments

Solution: Change android:screenOrientation="portrait" to android:screenOrientation="unspecified"

To prevent error: java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation when building with Target SDK 28+

https://stackoverflow.com/questions/48072438/java-lang-illegalstateexception-only-fullscreen-opaque-activities-can-request-o

fahad86 avatar Jul 16 '19 11:07 fahad86