Can an Android application duplicate "Auto-rotate" functionality?
In other words, can an application 开发者_运维技巧sit in the background, read the g-sensor of the device, and accordingly set (or rotate) the view of the active Android application?
No, sorry. You could use sensors to perhaps control your app, but you cannot impose your will upon other apps, any more than they can impose their will upon yours.
精彩评论