UNPKG

react-native-get-app-list

Version:

A comprehensive library to retrieve the list of all installed applications on Android devices, including detailed information such as package names, app name and version codes.

5 lines (4 loc) 200 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.getapplist"> <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" /> </manifest>