commit | 5aec18c7ba70a011ffff949cfa3faaffce0a79c7 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Thu Sep 24 02:16:56 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Thu Sep 24 02:16:56 2009 -0700 |
tree | 39e3623d7e568606308023d1ca1a4e5445505ce7 | |
parent | 5ac5c70d1165309302ebcc931f51723e37d31e0b [diff] |
Offer to delay visibility updates until caller forces. We now watch for query parameters on insert, update, and delete for Settings and Groups, which we use to delay updating of IN_VISIBLE_GROUP at the callers request, which is going to be used to help avoid ANRs. Also wrote unit test to verify it works. Part of fixing http://b/2075275