(HWInfo hw, int AndroidAPI, String dir)
| 31 | public static boolean isUsingAppDirectory() { return usingAppDirectory; } |
| 32 | |
| 33 | public static void setDeviceInfo(HWInfo hw, int AndroidAPI, String dir) { |
| 34 | hwInfo = hw; |
| 35 | androidAPI = AndroidAPI; |
| 36 | downloadsDir = dir; |
| 37 | } |
| 38 | public static String getHWInfo() { |
| 39 | Runtime runtime = Runtime.getRuntime(); |
| 40 | StringBuilder sb = new StringBuilder(); |