-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Oreo os 8.0.0. Device: SM-N950F gettting the crash #88
Comments
just change the style |
This solution works for me, just add it to your manifest file: |
This issue solved at #74 |
I still facing this issue. Applied this in theme/style is the issue related with orientation ? |
Bro if you had written orientation in Mimifirst file then remove it and check
…On Wed, 12 Sep 2018, 9:50 pm Jitesh Prajapati, ***@***.***> wrote:
This issue solved at #74
<#74>
I still facing this issue.
false
Applied this in theme/style
is the issue related with orientation ?
currently my project orientation is landscape
android:screenOrientation="landscape"
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AkaWJDBYWHqwwe2Tu9Zk-5tvlCeyFyH3ks5uaTRbgaJpZM4TySA6>
.
|
Yeah right. if I remove orientation from manifest then its working.
Anyway. Thanks for your support. |
Issue is that if you use transperent activity then do not provide orientation in milifirst file
in Oreo.
…On Wed, 12 Sep 2018, 10:14 pm Jitesh Prajapati, ***@***.***> wrote:
Yeah right. if I remove orientation from manifest then its working.
But It compulsory for my app so I just update version to 2.2.2 and
ArrayList to List. Now its working in Oreo with screen orientation in
manifest.
@OverRide
public void onPermissionDenied(ArrayList<String> deniedPermissions) {
}
@OverRide
public void onPermissionDenied(List<String> deniedPermissions) {
}
Anyway. Thanks for your support.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AkaWJC5PoDtlyFnCLKWOXjpe3oRiJjFFks5uaToKgaJpZM4TySA6>
.
|
Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{}: java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2957)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3032)
at android.app.ActivityThread.-wrap11(Unknown Source)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1696)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6940)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
The text was updated successfully, but these errors were encountered: