Hi,

Is there any way for an application to hook into its own install? The
docs state that ACTION_PACKAGE_ADDED is not received by the newly
installed package. Is there a similar mechanism I could use to acheive
the same effect?

The situation is that I have some non-trivial data I wish to insert
into a content provider before (or at least on) first run.

I would prefer to use my own API, rather than hard-code the SQL, and
the idea of checking the data exists for every call to onCreate()
within my content provider seems a little crude.

Do I have any options here? Is there an Android-y way of doing this
sort of thing?

Regards,

--~--~---------~--~----~------------~-------~--~----~
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