Re: [android-developers] Error in installing dynamically downloaded apk from custom android application programmatically

2011-11-08 Thread chamith weerasinghe
Hi, onna mama reply kala. Chamith. -- 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] Error in installing dynamically downloaded apk from custom android application programmatically

2011-11-07 Thread sam
Hi everyone, I have downloaded new .apk file in /mnt/sdcard/download/ and i want to install this apk by replacing my old(now using) apk because it is an updated one. This is my install method public void installApplication(){ Uri packageURI = Uri.parse(PackageName.toString());

[android-developers] Error in installing dynamically downloaded apk from custom android application programmatically

2011-11-07 Thread sam
Hi everyone, I have downloaded new .apk file in /mnt/sdcard/download/ and i want to install this apk by replacing my old(now using) apk because it is an updated one. This is my install method public void installApplication(){ Uri packageURI = Uri.parse(PackageName.toString());