diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 09:13:17 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | f8f393e138b4bb6890fab60c07e23d66345c1404 (patch) | |
| tree | 95573868777f67680f4d5686a312611647a66054 /static | |
| parent | 44471779f3edb19088f1f828c40563b3b776a47b (diff) | |
Contacts issue wasn't specific to Android 13
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 2ffc6d9e..5cfe8398 100644 --- a/static/releases.html +++ b/static/releases.html @@ -601,7 +601,7 @@ <ul> <li>Pixel 6, Pixel 6 Pro, Pixel 6a: rewrite under display fingerprint scanner integration</li> <li>Sandboxed Google Play compatibility layer: don't report spurious DeadSystemRuntimeException exceptions</li> - <li>Contacts: stop hiding local storage when a Google account is present in the profile and no contacts are saved locally (strange behavior in AOSP Contacts which appears to have started triggering with Android 13)</li> + <li>Contacts: stop hiding local storage when a Google account is present in the profile and no contacts are saved locally</li> <li>kernel (Pixel 4a (5G), Pixel 5, Pixel 5a): add several changes missed in Android 13 port (which is why we didn't push out the last release for them)</li> </ul> </article> |
