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.
電源ボタンを押さずに/ ontouchlistenerなどのアラームマネージャーを使用せずにAndroidデバイスをウェイクアップする方法はありますか
デバイスでモバイル データ ソケット接続が開いている場合、着信パケットによって電話がウェイク アップします。
デバイスが電話の場合、着信コールまたはテキスト メッセージが電話をウェイクアップします。
他のアプリによってスケジュールされたアラームAlarmManagerは、構成方法によっては、電話機を起動する場合があります。
AlarmManager
OnTouchListenerほとんどの場合、電話をウェイクアップすることはできません。イベントを受信するには、電話がすでに起動している必要があります。
OnTouchListener