Wednesday, December 1, 2010

Android Apps Unstall insataling files...using Intent





private void reportUninstal(){

                   Intent reportintent = new Intent(Intent.ACTION_DELETE);
                  reportintent.setData(Uri.parse("package:com.paad.PasswordValidation"));
                  startActivity(reportintent);
}

1 comment:

  1. HI vijoy can you give some idea about this.I want to create this but I am not success.please provide some example code .Suppose Hello example .When I Uninstalled this hello password check password before uninstall.Please provide some example code .

    thanks
    mmaidul.islam@gmail.com please send me code

    ReplyDelete

Check out this may be help you

Related Posts Plugin for WordPress, Blogger...