diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-09 11:53:51 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-09 11:53:51 -0500 |
| commit | 672dfb16803bcc8b1ff3e686d77539fed6009aec (patch) | |
| tree | 1afab104092a7346ede805e38ff92cc5830c74c5 | |
| parent | 71410960b8f9766b1561921eec673d41c64eca09 (diff) | |
carrier settings fixes for QPR1
| -rw-r--r-- | static/releases.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index ac1380ec..cf15547b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -552,6 +552,10 @@ <ul> <li>Sandboxed Google Play compatibility layer: fix Android Auto Bluetooth audio regressions from Android 15 QPR1</li> + <li>CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): add support for new ICCID MVNO type in Android 15 QPR1</li> + <li>CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): add support for new ApnItem fields Android 15 QPR1</li> + <li>CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): change user-facing carrier settings version string prefix to match Google Carrier Settings to avoid confusion when comparing to the stock OS</li> + <li>adevtool: update carrier_settings and carrier_list protobuf parsers for Android 15 QPR1</li> </ul> </article> --> |
