1. 程式人生 > >View.setKeepScreenOn(true) 需要 "android.permission.WAKE_LOCK" 許可權?

View.setKeepScreenOn(true) 需要 "android.permission.WAKE_LOCK" 許可權?

    View.setKeepScreenOn(true) 需要 "android.permission.WAKE_LOCK" 許可權嗎? 我目前的推斷是“G1 (cupcake 1.5)上不需要,emulator 和其他裝置/平臺可能需要”。

    如果你的程式呼叫了 View.setKeepScreenOn() 並且出現了莫名其妙的 “Force close” 的話,不妨試試加上這個 permission。