commit | d884f43ffa47f1966e9c63d1ac4722994e037c0b | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@android.com> | Thu Jul 23 14:40:13 2009 -0700 |
committer | Christopher Tate <ctate@android.com> | Thu Jul 23 14:40:13 2009 -0700 |
tree | 10614b770652c5be8a081af04e3a9f7dd528593c | |
parent | 1193965757623fa767562ee06e5764735b9429ee [diff] |
BackupAgent-related lifecycle APIs need to be oneway Bad Things(tm) happen if some of the lifecycle interfaces on IActivityThread are oneway but others are not [notably, out-of-order method delivery, i.e. catastrophe]. This change makes the methods added for backup-agent management oneway like the rest of the API.