Android

Android disable screen timeout while app is running

tomato13 2011. 8. 19. 11:58

http://stackoverflow.com/questions/4195682/android-disable-screen-timeout-while-app-is-running


ex) getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN | WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);


'Android' 카테고리의 다른 글

getView: convertView  (0) 2011.08.31
android:layout_weight  (0) 2011.08.24
ViewStub  (0) 2011.06.02
TextView에 이미지 로딩하기  (0) 2011.05.30
padding & margin  (0) 2011.04.29