()
| 504 | } |
| 505 | |
| 506 | public static String getMsfPath() { |
| 507 | return getSettings().getString("MSF_DIR", getDefaultMsfPath()); |
| 508 | } |
| 509 | |
| 510 | public static String getToolsPath() { |
| 511 | return mContext.getFilesDir().getAbsolutePath() + "/tools/"; |
no test coverage detected