How does the Android system automatically change the screen orientation? -


till now, find source code user set orientation in android source code. can tell me source code system use automatically change screen orientation?

in windowmanagerservice.java, method public boolean updaterotationuncheckedlocked(boolean intransaction); rotation.


Comments