INNER CODE UNIT · Java

sdCardPath

githubhaohao/NDK_OpenGLES_3_0 · app/src/main/java/com/byteflow/app/CommonUtils.java:40

                sdCardPath = sdCardPath + File.separator + subDirName;
                File file = new File(sdCardPath);
                if (!file.exists())
                    file.mkdirs();
                for (String s : list) {
                    copyAssetsDirToSDCard(context, assetsDirName + File.separator + s, sdCardPath);
                }
            }
        } catch (
                Exception e) {
            e.printStackTrace();
        }
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…