react-native-send-intent icon indicating copy to clipboard operation
react-native-send-intent copied to clipboard

Question about converting an `am` command to `react-native`

Open simonwjackson opened this issue 3 years ago • 0 comments

I am attempting to translate this am command into a react-native-send-intent call:

am start --user 0
  -n com.retroarch.aarch64/com.retroarch.browser.retroactivity.RetroActivityFuture
  -e ROM {file.path}
  -e LIBRETRO /data/data/com.retroarch.aarch64/cores/fceumm_libretro_android.so
  -e CONFIGFILE /storage/emulated/0/Android/data/com.retroarch.aarch64/files/retroarch.cfg
  -e QUITFOCUS
  --activity-clear-top
  --activity-clear-task
  --activity-no-history

Are there any equivalents to the last three flags?

  --activity-clear-top
  --activity-clear-task
  --activity-no-history

simonwjackson avatar Mar 17 '22 20:03 simonwjackson