我在我的mobilefirst混合应用程序中使用cordova widow.requestFileSystem来保存移动文件,它在低于7.0和7.1.1的android版本中工作正常,但在android 7.0和7.1.1中它是抛出错误代码9.Atached logcat日志为Android 7.0
window.requestFileSystem(LocalFileSystem.PERSISTENT, 0,function(success){alert(success);}, function(error){alert("error occuered--"+JSON.stringify(error));});