获取用户安装的应用列表 ( 包名 ) @return 用户安装的应用列表 ( 包名 )
()
| 114 | * @return 用户安装的应用列表 ( 包名 ) |
| 115 | */ |
| 116 | public static List<String> getUserAppList() { |
| 117 | return getAppList("-3"); |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * 获取系统应用列表 ( 包名 ) |
nothing calls this directly
no test coverage detected