MCPcopy Create free account
hub / github.com/M66B/FairEmail / onClick

Method onClick

app/src/main/java/eu/faircode/email/ActivityMain.java:78–82  ·  view source on GitHub ↗
(View v)

Source from the content-addressed store, hash-verified

76 Button btnFix = findViewById(R.id.btnFix);
77 btnFix.setOnClickListener(new View.OnClickListener() {
78 @Override
79 public void onClick(View v) {
80 Intent intent = new Intent(Settings.ACTION_INTERNAL_STORAGE_SETTINGS);
81 v.getContext().startActivity(intent);
82 }
83 });
84
85 Button btnContinue = findViewById(R.id.btnContinue);

Callers

nothing calls this directly

Calls 7

restartMethod · 0.95
getSupportUriMethod · 0.95
limitMethod · 0.95
formatThrowableMethod · 0.95
viewMethod · 0.95
startActivityMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected