Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

android / dayu

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dayu
  • app
  • src
  • main
  • res
  • xml
  • filepaths.xml
Find file
Normal viewHistoryPermalink
filepaths.xml 359 Bytes
Edit
Newer Older
luofan's avatar
3.0开发
908d2b53
 
luofan committed 2 years ago
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?xml version="1.0" encoding="utf-8"?>
<paths>
    <root-path
        name="sdcard"
        path="." />
    <external-path
        name="external_storage_root"
        path="." />

    <external-path
        name="files_root"
        path="Android/data/com.dayu.bigfish/" />
    <external-path
        name="external_storage_root"
        path="." />
</paths>