I have made app and set it to have portrait orientation for main <activity> in ActivityManifest.xml. It is portrait on all devices except one Chinese noname pad.
There are other apps that handle orientation on that pad correctly.
I expect that in portrait orientation screen width is less then height.
My 2 questions are:-
-
What is the best way to set orientation? Do I have to check screen width/height and rotate screen accordingly?
-
How widespread that orientation bug is?
ActivityManifest.xmlway is good enough.My buggy noname chinese pad is only device that I seen so far.