OSDN Git Service

When unmounting the sdcard, we are currently checking for apps that
authorSuchi Amalapurapu <asuchitra@google.com>
Wed, 24 Mar 2010 16:05:59 +0000 (09:05 -0700)
committerSuchi Amalapurapu <asuchitra@google.com>
Wed, 24 Mar 2010 16:08:40 +0000 (09:08 -0700)
commit3d503e356f2a4ca6b5baaceec9ea0f04cf038609
treeee0adde105dcca9973229d960283bbd5028f7f2c
parente4a318f15ceb1f66d75fed0dde27e866f11856cb
When unmounting the sdcard, we are currently checking for apps that
have open file references on the sdcard. We also have to check for apps on sd
that are currently running. Use the new ActivityManager api to get a list of these apps before deciding to show the dialog.

Change-Id: Idb00fcbd0a3f314d75ee1662cb2b10a84569527a
src/com/android/settings/deviceinfo/Memory.java