Skip to content

Instantly share code, notes, and snippets.

@riverfor
Created January 31, 2020 12:55
Show Gist options
  • Select an option

  • Save riverfor/f04ca0d1961cfabac6bd78d4e88aa816 to your computer and use it in GitHub Desktop.

Select an option

Save riverfor/f04ca0d1961cfabac6bd78d4e88aa816 to your computer and use it in GitHub Desktop.
import time
import androidhelper as android
droid = android.Android()
print(droid. mediaPlay("http://io.qpython.com.cn/forum/How_it_Began.mp3","test", True).result)
time.sleep(30)
print(droid.mediaPlayList().result)
print(droid.mediaPlayInfo("test").result)
droid.mediaPlayClose("test")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment