安装应用 @param filePath 文件路径 @return true success, false fail
(final String filePath)
| 301 | * @return {@code true} success, {@code false} fail |
| 302 | */ |
| 303 | public static boolean installApp(final String filePath) { |
| 304 | return installApp(filePath, "-rtsd"); |
| 305 | } |
| 306 | |
| 307 | /** |
| 308 | * 安装应用 |
nothing calls this directly
no test coverage detected