summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-03-02 14:54:49 -0500
committerDaniel Micay <danielmicay@gmail.com>2022-03-02 14:54:49 -0500
commitaa56ee4abfeafedba8fc055604817bc8886e234e (patch)
tree27192de7c079d96e483c73d5187b6cd71a283d41 /static
parentedb103a467fbd467f5a47e1266da5a58b6a38947 (diff)
document location re-routing power use properties
Diffstat (limited to 'static')
-rw-r--r--static/usage.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/usage.html b/static/usage.html
index e536a485..e8e63bdf 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -906,6 +906,14 @@
Settings ➔ Location ➔ Location services which are disabled by default rather
than enabled by default like the stock OS.</p>
+ <p>Re-routing location to the OS geolocation service will use more power than
+ using the Google Play geolocation service since we do not provide a
+ network-based location service and implement it via GNSS / A-GPS only. In the
+ future, we plan on providing a pseudo-network geolocation service for the OS
+ by using a local database of cell towers, and the location redirection feature
+ can also make use of this future OS implementation for network location
+ requests once it's available.</p>
+
<p>The Google Location Accuracy and Google settings activities would normally
be integrated into the OS but we don't include any of the standard Google Play
integration so there needs to be an app providing a way to access them.</p>