diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-18 08:09:19 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-18 08:09:32 -0500 |
| commit | bf93ca826d36928d4a7cf626f75f094c3677a518 (patch) | |
| tree | 9ab5193fc85b59caa6c6355af407fb29e3cfdccb | |
| parent | 32d1abf05b966af9642c2882d66cb5232879f0e7 (diff) | |
add getContext() method to ContentResolver
| -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 74a9539f..0f5b41b0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -682,6 +682,7 @@ <li>Settings: fix accessibility settings links for SetupWizard</li> <li>hardened_malloc: preserve errno for free calls (future POSIX requirement)</li> <li>kernel (Generic 5.15): update to latest GKI LTS branch revision including update to 5.15.94</li> + <li>add internal getContext() method to ContentResolver to make adding GrapheneOS settings simpler</li> </ul> </article> --> |
