Re: [android-developers] Uninstall free version app after installing paid version

2013-03-06 Thread TreKing
On Wed, Mar 6, 2013 at 12:42 AM, Bajrang Asthana
asthana.bajr...@gmail.comwrote:

 I am interested to know what could be the best way to remove free version
 app(if user has installed it)  as soon as user install the paid version.


Check the PackageManager class. It has methods for querying if an app
exists and probably starting an uninstall (with user confirmation).

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Uninstall free version app after installing paid version

2013-03-05 Thread Bajrang Asthana
Actually we are thinking to publish my app in two version i.e free and paid.

We are providing link in free version so that user can download paid 
version from Google play.

I am interested to know what could be the best way to remove free version 
app(if user has installed it)  as soon as user install the paid version.

Thanks in advance:)

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.