android LOCK screen 안보이게 하기
--- frameworks/base/policy/src/com/android/internal/policy/impl/KeyguardViewMediator.java (리비전 15)
+++ frameworks/base/policy/src/com/android/internal/policy/impl/KeyguardViewMediator.java (작업 사본)
@@ -553,7 +553,7 @@
}
if (DEBUG) Log.d(TAG, "doKeyguard: showing the lock screen");
- showLocked();
+ //showLocked();
}
}
'Android > 공통' 카테고리의 다른 글
android build 시 mtd-utils 에서 아래와 같이 에러가 날때.... (0) | 2014.04.01 |
---|---|
Ubuntu 13.10 에서 android build 시 에러 메세지 수정 포인트 (0) | 2014.02.11 |
bootanimation.zip (0) | 2012.09.03 |
Android 에서 /system 영역 read-write 권한으로 마운트 하기 (0) | 2012.07.22 |
Telephony 기능 (0) | 2011.11.30 |