Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Chris Fahlin's user avatar
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 ...
Vivek Gabadiya's user avatar
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 ...
Rafael T's user avatar
  • 15.6k