add Android Auto support

This commit is contained in:
Daniel Micay 2023-12-29 11:34:24 -05:00
parent e1b874140f
commit 0ab6930ef6

View File

@ -723,6 +723,8 @@
<p>Changes since the 2023121200 release:</p>
<ul>
<li>Sandboxed Google Play compatibility layer: add Android Auto support with the compatibility layer eliminating the need for most of the permissions and a permission menu with 4 toggles for granting the minimal special access required for wired Android Android, wireless Android Auto, audio routing and phone calls</li>
<li>Settings: remove confusing mention of Android Auto from Connected devices screen</li>
<li>exempt non-app system processes from Sensors permission enforcement (fixes some issues including gpsd crashes)</li>
<li>fix Bluetooth auto-turn-off race condition leading to potential crash</li>
<li>work around upstream race condition bug in biometric service</li>