fix Wi-Fi APEX issues hindering network location

This commit is contained in:
Daniel Micay 2025-02-24 17:38:38 -05:00
parent 2a96c8c0ec
commit 8950cf2a66

View File

@ -562,6 +562,7 @@
<ul>
<li>add our own network location implementation with support for using the Apple Wi-Fi positioning service API either directly or through a GrapheneOS proxy (will be extended with support for cell towers, a service backed by a GrapheneOS Wi-Fi / cell tower database which we've already begun building and offline support through downloading a subset of our database)</li>
<li>fix Wi-Fi APEX issues preventing an OS network location service from doing Wi-Fi scans without the INTERACT_ACROSS_USERS / INTERACT_ACROSS_USERS_FULL privileged permissions</li>
<li>add support for "5G only" and "4G or 5G only" modes in addition to our existing "4G only" mode</li>
<li>enable support for blocking callers not in Contacts</li>
<li>resolve regression for secondary user SMS in Android 15 QPR1 by enabling partial upstream fix since we dropped this part of our fix for the issues but the upstream fix wasn't actually active</li>