jonathan wrote:
> is there a way to be notified from my application of sdcard mount?
> any services etc?

There are a series of broadcast Intents for media card actions (e.g.,
ACTION_MEDIA_MOUNTED). Look for them in the Intent documentation:

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

Implement and register a BroadcastReceiver for the Intents of interest.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Need help for your Android OSS project? http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to