summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJune <june@eridan.me>2022-02-04 09:50:37 +0000
committerDaniel Micay <danielmicay@gmail.com>2022-02-04 04:54:46 -0500
commit2d1d5af47638a8a2055ae3a34c40e92be8e2ec59 (patch)
tree8fff06f6f95eb22f5a92b4161ed1d65c62bb0909 /static
parent9f64bea2fe5e09dab3ced869a610ba0894ccfd71 (diff)
Add missing quote in href
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index aa324702..769cca4f 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -522,7 +522,7 @@
<li>only grant the special GrapheneOS runtime permissions (Network, Sensors) for compatibility on installation for user installed apps (only relevant to Network in practice)</li>
<li>add GmsCompat to list of essential system components in Settings</li>
<li>do not mark dun APN types as read-only (allows editing more carrier APNs)</li>
- <li>add workaround for Microsoft apps detecting that Network is revoked and crashing the app with a runtime exception due to them adding this to a library as a debugging check for development to detect the INTERNET permission not being declared (we've <a href="https://github.com/AzureAD/azure-activedirectory-library-for-android/issues/1675>asked them to fix the compatibility issue</a>)</li>
+ <li>add workaround for Microsoft apps detecting that Network is revoked and crashing the app with a runtime exception due to them adding this to a library as a debugging check for development to detect the INTERNET permission not being declared (we've <a href="https://github.com/AzureAD/azure-activedirectory-library-for-android/issues/1675">asked them to fix the compatibility issue</a>)</li>
<li>temporarily suppress SystemUI ANRs due to AOSP 12 screenshot service bug which triggers an ANR in SystemUI by not handling an event some time after taking a screenshot (also occurs on the stock OS and elsewhere, and the main issue is the error message since it's otherwise harmless)</li>
</ul>
</article>