Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about converting an am command to react-native #147

Open
simonwjackson opened this issue Mar 17, 2022 · 0 comments
Open

Question about converting an am command to react-native #147

simonwjackson opened this issue Mar 17, 2022 · 0 comments

Comments

@simonwjackson
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant