MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / onClick

Method onClick

src/com/cloudream/ishow/activity/BaseActivity.java:48–52  ·  view source on GitHub ↗
(DialogInterface dialog, int which)

Source from the content-addressed store, hash-verified

46 .setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener()
47 {
48 @Override
49 public void onClick(DialogInterface dialog, int which)
50 {
51 requestPermissions(new String[]{ permission }, requestCode);
52 }
53 })
54 .setNegativeButton(android.R.string.cancel, null)
55 .show();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected