Opened 3 years ago

#12800 new feature request

Add option to pass parameters to SCUMMVM on Android

Reported by: Gilfar Owned by:
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 (0)

Note: See TracTickets for help on using tickets.