android - change delete application confirmation dialogue box 's message -


i have created app tasks , want unistall after doing task have lunched intent

uri packageuri = uri.parse("package:pckage_name");     intent uninstallintent = new intent(intent.action_delete, packageuri);     startactivity(uninstallintent); 

but want change default message of dialog box. possible ?


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -