diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-31 11:43:18 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-31 11:43:18 -0400 |
| commit | 9cb6c0321e2fb34d6f413a790ab24bca5cabf8fe (patch) | |
| tree | f2f131564632d411ebed4ed81f804085eb9361f1 | |
| parent | d513330b13439da6f8a155c69e3f5ae0ef5bddc0 (diff) | |
Sensors permission improvements
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 786e735c..d5b11a17 100644 --- a/static/releases.html +++ b/static/releases.html @@ -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> |
