在android4.4,5.0,上编译正常,,android6.0编译出错
error:The method getVolumeList(int, String, int) in the type IMountService is not applicable for the arguments () ;
getVolumeList(int, String, int) 后面需要 的参数列表是(int, String, int), 你的反射调用方法getVolumeList();
应该是SDK 底层改方法了