数字电视-流媒体androidfans.blog.chinaunix.net
androidfans
我在互联网世界等候各位。。。。。
全部博文(26)
2015年(1)
2011年(4)
2010年(2)
2009年(19)
shanggua
xy1121
cynthia
xhlnb
boy_li
lypzpt
stuman
觋-拂晓
beatbupt
cracker
分类:
2009-11-10 19:51:21
android.view.IWindowManager windowService = android.view.IWindowManager.Stub.asInterface(android.os.ServiceManager.getService(”window”)); try { if (windowService.getOrientation() == 0) //Orientation vertical { windowService.setOrientation(1); //Orientation horizontal Log.i(”info”, “orientation 1 “+windowService.getOrientation()); } else { Log.i(”info”, “orientation 0 “+windowService.getOrientation()); } } catch (DeadObjectException e) { e.printStackTrace(); }
上一篇:GIT和repo使用方法,下载android-2.6.29内核
下一篇:加快Android单模块编译
登录 注册