Oh hm, true, it was actually implemented that way. That doesn't seem correct.
On Fri, Sep 24, 2010 at 2:12 PM, Peter Sinnott <[email protected]> wrote: > "Note that the packages in this list do not receive this broadcast." > > Possibly I'm misunderstanding something but I took this to mean my app > will not receive the broadcast. > > On Sep 24, 9:28 pm, Dianne Hackborn <[email protected]> wrote: > > See here: > http://developer.android.com/guide/appendix/install-location.html > > > > Use this to find out when the app is remounted: > > > > http://developer.android.com/reference/android/content/Intent.html#AC... > > > > However I would generally suggest not doing this. If your app isn't > large, > > there is really not much benefit to it. Apps on SD is mostly intended > for > > large applications that are fairly self-contained (read games and stuff > like > > that). > > > > > > > > On Fri, Sep 24, 2010 at 7:57 AM, Peter Sinnott <[email protected]> > wrote: > > > I am thinking of adding install to sd support to my app but it seems > > > sd and the alarms manager do not mix well. > > > So far I have tried receiving ACTION_MEDIA_MOUNTED intents so I can > > > reregister my alarms but the intent is never fired. Is there any easy > > > hook I can use to register alarms when my app becomes available after > > > the sd card is remounted? > > > > > My app isn't very large but I think users will appreciate any internal > > > memory I free up since Android phones don't seem to have very much of > > > it. > > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Android Developers" group. > > > To post to this group, send email to > [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<android-developers%[email protected]> > <android-developers%[email protected]<android-developers%[email protected]> > > > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > provide private support, and so won't reply to such e-mails. All such > > questions should be posted on public forums, where I and others can see > and > > answer them. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

