启动自身应用 @return true success, false fail
()
| 1047 | * @return {@code true} success, {@code false} fail |
| 1048 | */ |
| 1049 | public static boolean startSelfApp() { |
| 1050 | return startSelfApp(false); |
| 1051 | } |
| 1052 | |
| 1053 | /** |
| 1054 | * 启动自身应用 |
nothing calls this directly
no test coverage detected