2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AlermManagerとネットワークアクセス

2
Posted at

アラート時間の指定には次のタイプがあります。
 ・絶対時間で指定するRTCタイプ
 ・相対時間で指定するELAPSED_REALTIMEタイプ

どちらのタイプを使用するかはアプリ要件に左右されますが、もし
 "タイマー発火を契機にネットワークアクセスする仕様、かつRTCタイプ"
を採用しようとしているのであれば一度次のことを検討してみましょう。
 "この処理/仕様は、相対時間指定(○○分後)で実現可能か。あるいはそのように処理/仕様を変更できないか。"

もし、この問いに"YES"であるならRTCタイプではなくELAPSED_REALTIMEタイプを採用するのがよい選択です。
...

参考:http://yuki312.blogspot.jp/2013/05/androidalermmanager.html

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?