Re: [android-porting] Android Screen orientation

2017-06-18 Thread Satish Patel
Hi Maxim, If you are looking for framework changes (for default behavior), I would suggest to refer ths file. https://android.googlesource.com/platform/frameworks/base/+/master/core/res/res/values/config.xml If this single application or luncher app changes, then need to go by standard manifest a

[android-porting] Android Screen orientation

2017-06-13 Thread Maxim Akristiniy
Hello, Android 7.0 Have a question about initial Android screen orientation. My screen supporting image for input only in landscape mode. (width > height), but displaying it in portrait mode ) So, how get image from surfaceflinger in portrait mode, but painted from left to right (rotation 270).