安装 APP ( 支持 8.0 ) 的意图 @param filePath 文件路径 @return true success, false fail
(final String filePath)
| 1657 | * @return {@code true} success, {@code false} fail |
| 1658 | */ |
| 1659 | public static boolean installApp(final String filePath) { |
| 1660 | return installApp(FileUtils.getFileByPath(filePath)); |
| 1661 | } |
| 1662 | |
| 1663 | /** |
| 1664 | * 安装 APP ( 支持 8.0 ) 的意图 |
nothing calls this directly
no test coverage detected