Instead of removing the default app, you can put an intent filter inside
your manifest with the DEFAULT category that will cause android to consider
your app as a possible choice for executing a certain intent. The way it
works is if there is more than one possibility, it gives the user the choice
between the apps, and he can also choose to make it default so the choice
does not pop up in the future.

Just figure out what intent is used to run the app you want to overwrite (so
to speak) and you're set.

On Mon, Jan 12, 2009 at 9:02 AM, [email protected] <
[email protected]> wrote:

>
> Hi All,
>
> I was trying to remove the default messaging application but couldn't
> find a way to do it.
>
> Can someone please help me and tell the process to replace the default
> application with the one created by developer.
>
> Through the below process I can uninstall few applications but not
> all. In the below steps I don't get the uninstall option in step 6 (I
> want to do it for messaging application).
>
> 1) Go to the home screen
> 2) Push the "Menu" button
> 3) Select "Settings"
> 3) Select "Applications"
> 4) Select "Manage applications"
> 5) Select the package you want to remove
> 6) Click on "Uninstall"
> 7) Click "OK" and wait until uninstall is completed
> 8) Click "OK" again
>
> Thanks in advance
>
> Regards
> Madhav
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to