OSDN Git Service

Merge "Add new handler mechanism in MountService to make unmount api asynchronous...
authorSuchi Amalapurapu <asuchitra@google.com>
Thu, 25 Feb 2010 04:43:24 +0000 (20:43 -0800)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 25 Feb 2010 04:43:24 +0000 (20:43 -0800)
commit74f39d4c172398c96fa3d6dbdec740bc168e60f1
tree5208cda69153ed2deb3a3f34854fd26e33c0d197
parent5a8ec761213d723fc3a6a92250e5e855605046a6
parentc42e29e0a58d07a95d470780216cdf1d67476bd6
Merge "Add new handler mechanism in MountService to make unmount api asynchronous. MountService updates state on PackageManager and then tries to kill processes holding file references to media about to be unmounted by invoking api on ACtivityManager. This is retried upto 4 times to make sure all processes holding file references are killed before unmounting the media at specified path."