命令: 安卓视频存入相册
- 安卓系统设备可以使用命令将视频存入相册
- 更详细的说明请看→这里
示例1
path = userPath().."/res/1.mp4"
os.execute("am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file://"..path)
示例1
path = userPath().."/res/1.mp4"
os.execute("am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file://"..path)