Esempio n. 1
0
 /**
  * 图片缓存目录
  *
  * @return
  */
 public String getImagePath() {
   return getAppPath()
       + SettingUtility.getPermanentSettingAsStr("com_m_common_image", "image")
       + File.separator;
 }
Esempio n. 2
0
 /**
  * 关于程序所有的文件缓存根目录
  *
  * @return
  */
 public String getDataPath() {
   return getAppPath()
       + SettingUtility.getPermanentSettingAsStr("com_m_common_json", "data")
       + File.separator;
 }