diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM <Bruno@web> | 2013-05-28 03:23:51 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-05-28 03:23:51 +0000 |
commit | 64204e9b79f736e5014c039a9ad31a409812eae8 (patch) | |
tree | e5aef6316f4944d68064040bae40a936581c6677 | |
parent | 42fd367d6bb4fe86b87cb8f0f20375a86d3ce738 (diff) |
Added a comment
-rw-r--r-- | doc/design/assistant/blog/day_276__fuzzing_continues/comment_1_f5dd0658511a1063c2eb025b0fe98426._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_276__fuzzing_continues/comment_1_f5dd0658511a1063c2eb025b0fe98426._comment b/doc/design/assistant/blog/day_276__fuzzing_continues/comment_1_f5dd0658511a1063c2eb025b0fe98426._comment new file mode 100644 index 000000000..4a54fa188 --- /dev/null +++ b/doc/design/assistant/blog/day_276__fuzzing_continues/comment_1_f5dd0658511a1063c2eb025b0fe98426._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM" + nickname="Bruno" + subject="comment 1" + date="2013-05-28T03:23:50Z" + content=""" +Does the Android application use a [WakeLock](https://developer.android.com/reference/android/os/PowerManager.WakeLock.html) to ensure syncing happens even if the device screen goes off? + +I'm under the impression that it doesn't since it took a very long time to sync the first time (before I used the terminal's options to prevent the phone from sleeping). + +I think that option shouldn't be left on since it would waste the battery and I think the application should block sleep mode only when syncing. + +I might be wrong. I never had to use a WakeLock on Android yet. +"""]] |