Question

External storage can be dismounted from Android. Is it possible to get an API hook so some custom code can be called when new storage is made available?

Was it helpful?

Solution

Should have googled this a little more. I was looking for ACTION_MEDIA_MOUNTED.

http://developer.android.com/reference/android/content/Intent.html#ACTION_MEDIA_MOUNTED

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top