Sensors permission improvements

This commit is contained in:
Daniel Micay 2024-10-31 11:43:18 -04:00
parent d513330b13
commit 9cb6c0321e

View File

@ -554,6 +554,8 @@
<li>kernel (6.6): disable RSEQ for microdroid too, not only bare metal</li>
<li>kernel (6.6): add SYSRQ restrictions for microdroid too, not only bare metal</li>
<li>kernel (6.6): use the same KFENCE configuration for microdroid as bare metal</li>
<li>mark Sensors permission as implicitly added</li>
<li>avoid adding Sensors permission to hasCode=false packages</li>
<li>Log Viewer: add userType line to header in non-Owner users</li>
<li>Log Viewer: add targetSdk and sharedUid to package info header</li>
<li>System Updater: update minimum and target API level to 35 (Android 15)</li>