Cancel is probably more appropriate there
This commit is contained in:
parent
5cd5efb398
commit
6cae359505
@ -307,7 +307,7 @@ public class AppDetails extends ListActivity {
|
|||||||
}
|
}
|
||||||
p.setMessage(getString(R.string.isinst) + " " + installed);
|
p.setMessage(getString(R.string.isinst) + " " + installed);
|
||||||
|
|
||||||
p.setButton(getString(R.string.ok),
|
p.setButton(getString(R.string.cancel),
|
||||||
new DialogInterface.OnClickListener() {
|
new DialogInterface.OnClickListener() {
|
||||||
public void onClick(DialogInterface dialog, int which) {
|
public void onClick(DialogInterface dialog, int which) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user