[Scummvm-tracker] [ScummVM :: Bugs] #12800: Add option to pass parameters to SCUMMVM on Android
ScummVM :: Bugs
trac at scummvm.org
Sat Aug 14 14:23:55 UTC 2021
#12800: Add option to pass parameters to SCUMMVM on Android
----------------------------+---------------------------
Reporter: Gilfar | Owner: (none)
Type: feature request | Status: new
Priority: normal | Component: Port: Android
Version: | Keywords: android
Game: |
----------------------------+---------------------------
Would it be possible to passing values to ScummVMActivity and the
underlying process so that it would be possible to launch games directly
via shortcuts?
On Android you can pass data via extras:
{{{
String value;
Bundle bundle = getIntent().getExtras();
if (bundle != null) {
value = bundle.getString("sample_name");
}
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/12800>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list