Opened 3 years ago

Closed 3 weeks ago

#12800 closed feature request (fixed)

Add option to pass parameters to SCUMMVM on Android

Reported by: Gilfar Owned by: lephilousophe
Priority: normal Component: Port: Android
Version: Keywords: android
Cc: Gilfar Game:

Description

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");
}

Change History (1)

comment:1 by lephilousophe, 3 weeks ago

Owner: set to lephilousophe
Resolution: fixed
Status: newclosed

This has been implemented in 4ecf2e4ccc39adedb1dcd45f890d3520b9015342.

Note: See TracTickets for help on using tickets.