hi,,
use this to update the apk:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(new File(APK_Path)),
"application/vnd.android.package-archive");
startActivity(intent);
On Wed, Oct 10, 2012 at 12:32 PM, Bajrang Asthana <[email protected]
> wrote:
> Hi, I am newbie in android.....We have decided to launch our product in
> two versions i.e. free and paid. We have used concept of shared library to
> segregate free and paid version.
>
> could anyone please suggest how can we uninstall free version app by paid
> version or is it done automatically?
>
> 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 [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
--
Regards,
Perumal.N
--
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