diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-18 12:12:57 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-18 12:12:57 -0400 |
| commit | 1f22fb1436b24b115fb8efe05b0786b21ee7c9fe (patch) | |
| tree | 0cef751453667359a5974c6abdda4856316d15a9 | |
| parent | 10641efb1448050db8c56cbfe91bfe6197ea0ded (diff) | |
fix work profile screenshot crash
| -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 7635ee95..048f139d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -625,6 +625,7 @@ <p>Changes since the 2023061402 release:</p> <ul> + <li>fix work profile screenshot crash caused by missing configuration in AOSP</li> <li>use unified tags based on our build number rather than the standard <var>BUILD_ID</var>.<var>BUILD_NUMBER</var></li> <li>Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a, Pixel 6, Pixel 6 Pro, Pixel 6a: set <var>BUILD_ID</var> to match stock OS again</li> <li>Settings: improve our infrastructure for user management toggles</li> |
