All Questions
3 questions
2
votes
0
answers
391
views
android.view.InflateException happening only on android 8.1
When trying to attach a fragment with a text view into the activity on my pixel running Android 8.1, I get the following crash. I have tested this on a Pixel 2 running Android 9.0, an S6 running ...
0
votes
0
answers
291
views
Exif showing wrong resolution of captured image using camera api in oreo 8.1.0
In Pixel2 XL Android 8.1.0 , image captured in portrait mode using camera api is showing wrong resolution whereas image captured in landscape is showing right resolution.
Android Version: 8.1.0
...
12
votes
3
answers
3k
views
How to prevent Screen Orientation change when Activity finishes on Android 8.1 Version Devices?
I'm working on an app and encountered a strange behavior on 8.1 Devices (Pixel2, Nexus5x), so I wrote a small App to verify this behavior.
MainActivity is locked to portrait mode while ...