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.
サービスを介して画面をロックしたい. サービスは放送受信機の動作に応じて呼び出されます. アクティビティのロックを正常に解除しています.サービスから画面をロックできるようになりました.
アプリケーションに登録済みの が含まれてDeviceAdminReceiverおり、ユーザーが [設定] でアプリケーションをデバイス管理者として有効にしている場合は、 と を使用DevicePolicyManagerしlockNow()てデバイスをロックできます。
DeviceAdminReceiver
DevicePolicyManager
lockNow()