Hi,
You could uninstall app by sending an intent. Here is what we do in
aTrackDog:
Uri uri = Uri.fromParts("package", strPackageName, null);
Intent it = new Intent(Intent.ACTION_DELETE, uri);
startActivity(it);
--
gasolin
On 1月3日, 下午9時54分, freepine <[email protected]> wrote:
> Dr. Lu,
> Don't be sad, I believe there must be a way:)
> PackageManager.installPackage is still there in cupcake branch. Maybe it's
> just not exposed in public sdk.
>
> On Sat, Jan 3, 2009 at 6:30 PM, Dr. Tingrong Lu <[email protected]>wrote:
>
> > This answer makes me sad, my boss ordered me to do that.
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---