diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-03 14:44:23 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-03 14:44:23 -0500 |
| commit | d25983103efaa37edfe68061c3ad3b3810d6d18c (patch) | |
| tree | c51ce688fb6568a28c7ef06c8dcd4d63f83d0eed /static | |
| parent | b082f589ad200aef2d1345a1919ac8c16738d438 (diff) | |
clarify install available apps change
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index aaecd207..0d60cfcf 100644 --- a/static/releases.html +++ b/static/releases.html @@ -733,7 +733,7 @@ <li>perform additional boot-time checks on system package updates in order to extend verified boot to out-of-band system package updates including enforcing having valid signed fs-verity metadata for continuous verification (Android does not even provide working boot-time verification for out-of-band APK updates for non-APEX components)</li> <li>reimplement requiring fs-verity when installing system package updates in a better way</li> <li>remove unnecessary warning for failed virtual A/B sideloaded updates since it's atomic just like A/B updates</li> - <li>drop our extension to the install available apps feature making it work for apps not installed in Owner since this is risky in a situation where there are actually separate people using secondary users and while we want to provide this feature, we'd need to come up with a way to address this to add it back</li> + <li>drop our extension to the install available apps feature (which is still available, without this extension) making it work for apps not installed in Owner since this is risky in a situation where there are actually separate people using secondary users and while we want to provide this feature, we'd need to come up with a way to address this to add it back</li> <li>SetupWizard: stop enabling Wi-Fi automatically</li> <li>SetupWizard: stop sending unused sticky broadcast</li> <li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Generic 5.10): update to latest GKI LTS branch revision</li> |
