Quote:
Originally Posted by ottischwenk
All Boox devices can rotate every 90 ° (90, 180, 270, 0).
It's on the Android line (I don't know the correct name in English); the "-" of the "T" means top.
|
Ah, you're right. It's on the pull-down menu (window shade?).
But this doesn't work on a per-application basis.
Code:
activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT);
This is an anomaly that people have complained about for years:
https://stackoverflow.com/questions/...screen-enabled
In the Poke3 case there is no auto-rotate to turn on, so that won't work.
My B&N Glow2 does upside-down at the application level correctly.
The code that controls this is in android_policy.jar com.android.internal.policy.impl.PhoneWindowManage r
Although there is config_allowAllRotations in framework-res.apk