Android 筆記
Programming is my life
新文章
All post
Stackoverflow
Google Play
2012年12月28日 星期五
Auto rotate
public static void setAutoOrientationEnabled(ContentResolver resolver,
boolean enabled) {
Settings.System.putInt(resolver,
Settings.System.ACCELEROMETER_ROTATION, enabled ? 1 : 0);
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言