Add change note

This commit is contained in:
Tony Torralba
2022-08-05 10:54:38 +02:00
parent 5ebce6ee4f
commit 792d34c3a1

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved analysis of the Android class `AsyncTask` so that data can properly flow through its methods according to the life-cycle steps described here: https://developer.android.com/reference/android/os/AsyncTask#the-4-steps.