()
| 1900 | } |
| 1901 | |
| 1902 | public void cmdMinimize() { |
| 1903 | //#if android |
| 1904 | //BombusModActivity.getInstance().minimizeApp(); |
| 1905 | //#endif |
| 1906 | if (cf.allowMinimize) { |
| 1907 | BombusMod.getInstance().hideApp(true); |
| 1908 | } |
| 1909 | } |
| 1910 | |
| 1911 | public void cmdActiveContacts() { |
| 1912 | new ActiveContacts(null); |
no test coverage detected