We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
am
react-native
I am attempting to translate this am command into a react-native-send-intent call:
react-native-send-intent
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am attempting to translate this
am
command into areact-native-send-intent
call:Are there any equivalents to the last three flags?
The text was updated successfully, but these errors were encountered: