Advertisement
basictomonokai

system命令による動画再生アプリへ暗黙的インテント共有のスニペット(コードの一部)

Jun 4th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. system.open
  2. ansf$=replace$(ansz$,"../../","/sdcard/")
  3. aaa$="/system/bin/am start -a android.intent.action.VIEW -t \"video/*\" "
  4. bbb$="-c \"android.intent.category.DEFAULT\""
  5. ddd$=" -d file:"+ansf$
  6. ccc$=aaa$+bbb$+ddd$+" --user 0"
  7. system.write ccc$
  8. pause 10000
  9. system.close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement