mirror of
https://github.com/olgamiller/SSTVEncoder2.git
synced 2026-04-21 06:03:53 +00:00
Added "About SSTV Encoder" menu item (with version, copyright, open source code link and DISCLAIMER)
This commit is contained in:
parent
df5589f925
commit
bf33517be4
3 changed files with 15 additions and 0 deletions
|
|
@ -345,6 +345,9 @@ public class MainActivity extends AppCompatActivity {
|
|||
else if (id == R.id.action_privacy_policy) {
|
||||
showTextPage(getString(R.string.action_privacy_policy), getString(R.string.action_privacy_policy_text));
|
||||
}
|
||||
else if (id == R.id.action_about) {
|
||||
showTextPage(getString(R.string.action_about), getString(R.string.action_about_text, BuildConfig.VERSION_NAME));
|
||||
}
|
||||
else if (id != R.id.action_modes) {
|
||||
String className = item.getIntent().getStringExtra(CLASS_NAME);
|
||||
setMode(className);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue