Created
January 31, 2020 12:55
-
-
Save riverfor/f04ca0d1961cfabac6bd78d4e88aa816 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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