UNPKG
expo-plugin-app-checker
Version:
latest (0.1.0)
0.1.0
检测指定的App是否存在
expo-plugin-app-checker
/
android
/
src
/
main
/
AndroidManifest.xml
8 lines
(5 loc)
•
238 B
text/xml
View Raw
1
2
3
4
5
6
7
8
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"expo.modules.appchecker"
>
<
uses-permission
android:name
=
"android.permission.QUERY_ALL_PACKAGES"
/>
</
manifest
>