問題タブ [jobintentservice]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - BOOT_COMPLETED が物理電話 Asus で受信されない
正常に動作するエミュレーターBroadcastReceiver
で実行するをテストしました。JobIntentService
しかし、物理電話 ASUS ZE551ML に対してコードをテストすると失敗します。
マニフェスト ファイル:
BroadcastReceiver クラス:
JobIntentService クラス:
繰り返します。コードは、エミュレータ デバイス、Oreo および Oreo より前のデバイスで適切に機能します。
boot_completed reveiced
ログには、私のアプリケーションに関連するものは含まれていません。
ありがとう。
android - JobIntentService は定期的に実行されますか?
プロジェクトに JobIntentService があります。しかし、この Service に startService を作成すると、「onHandleWork」メソッドは 1 回しか実行されません。どうすれば定期的に実行できますか?