You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with Android 14, the system will throw a ZipException in the zip traversal exploit is detected. We should check our app for this situation and gracefully handle the new exception.
At a glance, we may only need to consider this for Note.kt.
The text was updated successfully, but these errors were encountered:
Starting with Android 14, the system will throw a
ZipException
in the zip traversal exploit is detected. We should check our app for this situation and gracefully handle the new exception.At a glance, we may only need to consider this for
Note.kt
.The text was updated successfully, but these errors were encountered: