Hello Guys,

We can delete package by following steps below:
    Uri uri = Uri.fromParts("package", strPackageName, null);

    Intent it = new Intent(Intent.ACTION_DELETE, uri);

    startActivity(it);


But in that way, Applications Manager's UI will display, my question is how to 
delete packages silently (without Applications Manager's UI showing),


Thanks greatly.
-Jiang



      ___________________________________________________________ 
  好玩贺卡等你发,邮箱贺卡全新上线! 
http://card.mail.cn.yahoo.com/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to