diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-02-13 02:47:37 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-02-13 02:47:37 -0500 |
| commit | 42fafb771338e6865a7ca02e6b30ca64e50d564a (patch) | |
| tree | 4bca6b23d1f5726a0dfb00c28a73adeb7c220a39 | |
| parent | f16b3b816117dcd61825185ed2c9bd507f01541c (diff) | |
simplify and optimize gmscompat init
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index ba16e2f6..64f48a9f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -530,6 +530,7 @@ <li>fix editing APNs in certain edge cases with certain carriers</li> <li>Pixel 6, Pixel 6 Pro: bind power + volume up key chord to mute like other devices, since long pressing power already opens the power menu</li> <li>stop enforcing camera sound when using a carrier based in India/Japan/Korea since we aren't required to enforce it and is trivially bypassed in multiple ways so it's nothing more than an annoyance</li> + <li>Sandboxed Google Play compatibility layer: simplify and optimize initialization</li> </ul> </article> --> |
