public class TestPath extends BaseTestCase{ public void testCreate(){ File file=mContext.getExternalFilesDir("WFY"); Log.e(TAG,file.exists()+""); } //在低api上加 激活路径 不然返回空
context.getExternalFilesDir(Environment.DIRECTORY_MOVIES);
}
本文共 297 字,大约阅读时间需要 1 分钟。
public class TestPath extends BaseTestCase{ public void testCreate(){ File file=mContext.getExternalFilesDir("WFY"); Log.e(TAG,file.exists()+""); } //在低api上加 激活路径 不然返回空
context.getExternalFilesDir(Environment.DIRECTORY_MOVIES);
}
转载于:https://my.oschina.net/wfy94/blog/888450