[android-developers] Re: ExternalStorage, ContentProviders, and Startup

2010-10-04 Thread Adam Hammer
The answer I think I was looking for was "ACTION_EXTERNAL_APPLICATIONS_AVAILABLE", I can't exactly find it in the Intent class though. That would solve at least one of my problems. If it was guaranteed to be triggered even when there were no applications, in the case that the card is ready and loa

[android-developers] Re: ExternalStorage, ContentProviders, and Startup

2010-10-04 Thread Adam Hammer
I found it and it does exactly what I need. My api was set to 2.1, but that function is 2.2. My min-sdk is level 8 so I'm ok with that. Adam On Oct 4, 4:50 am, Adam Hammer wrote: > The answer I think I was looking for was > "ACTION_EXTERNAL_APPLICATIONS_AVAILABLE", I can't exactly find it in > t