Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 포켓몬 GO
- swift
- 해몽
- 보라카이
- 페이백
- Bitcode
- 신도림
- 포켓볼
- simulator
- 얻는법
- 샘플
- Check
- UITableView
- push
- 신도림 테크노마트
- afterdelay
- 앱스토어
- Xcode
- GCD
- setting
- Example
- loop
- 공략
- IOS
- swift3
- 스마트폰
- UIView
- LG유플러스
- error
- 아이폰7
Archives
- Today
- Total
도래울
[안드로이드] Activity가 실행되는 동안 화면 안꺼지게 하기 본문
현재 Activity가 보여지고 있는 동안은 시간이 지나도
화면이 자동으로 꺼지지 않도록 합니다.
즉 단말이 슬립상태로 들어가지않고 계속 화면을 켜놓습니다.
이 한줄로 해결이 되는군요.getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
<script src="http://winchester.tistory.com/plugin/CallBack_bootstrapper?&src=http://s1.daumcdn.net/cfs.tistory/blog/plugins/CallBack/callback&id=11&callbackId=winchestertistorycom119236&destDocId=callbacknestwinchestertistorycom119236&host=http://winchester.tistory.com&float=left&random=896"></script>
'개발 > Android' 카테고리의 다른 글
[안드로이드] Android 에서 현재 화면 top 에 있는 activity 알아내기. (0) | 2016.02.05 |
---|---|
[Android] Thread 구현하기 1/2 (with ProgressBar) (0) | 2016.02.05 |
ActivityManager - 실행 중인 다른 어플리케이션 종료 시키기 (0) | 2016.02.05 |
Telephony 기능 (0) | 2016.02.05 |
SMS에 반응하는 프로그램(안드로이드) (0) | 2016.02.05 |
Comments