diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-05-07 14:29:41 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-05-07 14:29:41 -0400 |
| commit | 6091d8742e7438e81721f6be3facb1f744b8cf3a (patch) | |
| tree | d45a8f18368dcd3315c2057325f5be2ac7cfbb3f /static/usage.html | |
| parent | d6fa3f1262af8c0fe0535daafc4e06796134e1d1 (diff) | |
add documentation on Google Play location sharing
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/usage.html b/static/usage.html index 6a03dc79..607e1b31 100644 --- a/static/usage.html +++ b/static/usage.html @@ -91,6 +91,7 @@ <a href="#sandboxed-google-play">Sandboxed Google Play</a> <ul> <li><a href="#sandboxed-google-play-installation">Installation</a></li> + <li><a href="#sandboxed-google-play-location-sharing">Location sharing</a></li> <li><a href="#sandboxed-google-play-configuration">Configuration</a></li> <li><a href="#sandboxed-google-play-limitations">Limitations</a></li> </ul> @@ -1147,6 +1148,20 @@ aria-label="and then">></span> Apps</b>.</p> </section> + <section id="sandboxed-google-play-location-sharing"> + <h3><a href="#sandboxed-google-play-location-sharing">Location sharing</a></h3> + + <p>Location sharing in Google Maps is implemented in Google Play services. It + requires enabling both the Location permission with "Allow all the time" and the + Physical activity permission for Google Play services. Our location rerouting + feature reimplementing the Google Play location service using the OS location + service does not apply to Google Play services itself, so Google Play services + won't use the OS network location service. You can use the instructions above + for enabling network location via Google Play if you want this. You could + continue using rerouting for other apps or disable it to avoid needing 2 + separate network location services enabled.</p> + </section> + <section id="sandboxed-google-play-limitations"> <h3><a href="#sandboxed-google-play-limitations">Limitations</a></h3> |
