()
| 30 | return rootPath; |
| 31 | } |
| 32 | public static String defaultExternalDirectory(){ |
| 33 | if("".equals(defaultExternalDirectory)){ |
| 34 | readPath(); |
| 35 | } |
| 36 | return defaultExternalDirectory; |
| 37 | } |
| 38 | |
| 39 | private static void readPath() { |
| 40 | ApplicationHome home = new ApplicationHome(Application.class); |
no test coverage detected