This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
forked from opentraildata/OpenTrails-Mobile
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathandroid.json
76 lines (76 loc) · 2.87 KB
/
android.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {
"res/xml/config.xml": {
"parents": {
"/*": [
{
"xml": "<feature name=\"CanOpen\"><param name=\"android-package\" value=\"com.soundsoftware.canopen.CanOpen\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"InAppBrowser\"><param name=\"android-package\" value=\"org.apache.cordova.inappbrowser.InAppBrowser\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"SplashScreen\"><param name=\"android-package\" value=\"org.apache.cordova.splashscreen.SplashScreen\" /></feature>",
"count": 1
}
]
}
},
"config.xml": {
"parents": {
"/widget": [
{
"xml": "<feature name=\"TestFlightSDK\"><param name=\"android-package\" value=\"jp.wizcorp.phonegap.plugin.testflight.TestFlightPlugin\" /></feature>",
"count": 1
}
]
}
},
"AndroidManifest.xml": {
"parents": {
"/manifest": [
{
"xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
"count": 1
}
],
"/*": [
{
"xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
"count": 1
},
{
"xml": "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
"count": 1
}
]
}
}
}
},
"installed_plugins": {
"com.philmerrell.cordova.canopen": {
"PACKAGE_NAME": "com.trailheadlabs.opentrails"
},
"com.testflightapp.cordova-plugin": {
"PACKAGE_NAME": "com.trailheadlabs.opentrails"
},
"org.apache.cordova.inappbrowser": {
"PACKAGE_NAME": "com.trailheadlabs.opentrails"
},
"org.apache.cordova.splashscreen": {
"PACKAGE_NAME": "com.trailheadlabs.opentrails"
},
"org.apache.cordova.geolocation": {
"PACKAGE_NAME": "com.trailheadlabs.opentrails"
}
},
"dependent_plugins": {}
}