Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top