commit | 6dafefb0f44c4e57384e2ec3e08fefac5cc7e071 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Fri Sep 16 16:00:59 2011 -0700 |
committer | Romain Guy <romainguy@android.com> | Fri Sep 16 16:00:59 2011 -0700 |
tree | 5431629b4b077cbd96fa7f423d110966a402d6bf | |
parent | 7c963167288d1fb186a98b1232aa2ac571e9ff09 [diff] |
Forces AsyncTask to use the main looper Bug #5333924 This might break applications trying to use AsyncTask on a looper that is not the main thread, but such apps would already have issues (AsyncTask has a single static handler and attempting to use AsyncTask outside of the main thread would likely result in weird threading issues in other parts of the app.) Change-Id: Ibbf480627fc7b91326a27d4f5e5af49e8c5b5115