search

Home  >  Q&A  >  body text

android - Environment中的各种get..Dirs()方法是什么意思

看了Environment类的源码,里面有很多get...Dirs()这些方法的目的或者说作用是什么?有没有网友能够帮忙解答一下

PHP中文网PHP中文网2772 days ago598

reply all(2)I'll reply

  • 大家讲道理

    大家讲道理2017-04-17 14:50:17

    These functions all obtain directories, including program private cache, file storage and other directories, some of which are in internal storage and some in external storage. There is also a public external storage directory.

    reply
    0
  • ringa_lee

    ringa_lee2017-04-17 14:50:17

    You will understand after reading the official tutorial:
    http://hukai.me/android-training-course-in-chinese/basics/data-storage/files.html

    reply
    0
  • Cancelreply