commit | eb7a7d57ca50f85b054edadab766b51ff22a2dfd | [log] [tgz] |
---|---|---|
author | Dan Egnor <egnor@google.com> | Wed Nov 25 12:38:00 2009 -0800 |
committer | Dan Egnor <egnor@google.com> | Wed Nov 25 12:38:00 2009 -0800 |
tree | 556e05254f66359607699f4dcca123143052e0c4 | |
parent | a85a0ac1072c7653fdafa791416658154b76ac0d [diff] |
Change the DropBoxManager API slightly (this is public, but not yet released) -- take a File instead of a ParcelFileDescriptor (gets opened internally) -- that way the caller doesn't have to worry about closing their PFD and so on. (Pretty much 100% of the time the caller will be uploading a file, anyway.)