Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーが設定したdisableKeyguard()orを呼び出す前に、キーガードの以前の状態を検出する必要があるアプリケーションがあります。reenableKeyguard()このタスクを達成する方法はありますか?
disableKeyguard()
reenableKeyguard()
ドキュメントから
使用する
((KeyguardManager)getSystemService(Context.KEYGUARD_SERVICE)).isKeyguardLocked()