-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathandroid.json
More file actions
110 lines (110 loc) · 3.53 KB
/
android.json
File metadata and controls
110 lines (110 loc) · 3.53 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {
"res/xml/config.xml": {
"parents": {
"/*": [
{
"xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"AdMob\"><param name=\"android-package\" value=\"name.ratson.cordova.admob.AdMob\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"SplashScreen\"><param name=\"android-package\" value=\"org.apache.cordova.splashscreen.SplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
}
]
}
},
"AndroidManifest.xml": {
"parents": {
"/manifest/application": [
{
"xml": "<activity android:configChanges=\"keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize\" android:name=\"com.google.android.gms.ads.AdActivity\" android:theme=\"@android:style/Theme.Translucent\" />",
"count": 1
},
{
"xml": "<meta-data android:name=\"com.google.android.gms.ads.APPLICATION_ID\" android:value=\"<YOUR_ANDROID_ADMOB_APP_ID_AS_FOUND_IN_ADMOB>\" />",
"count": 1
}
],
"/*": [
{
"xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
"count": 1
},
{
"xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
"count": 1
}
]
}
}
}
},
"installed_plugins": {
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "com.company.game"
},
"cordova-admob-sdk": {
"PLAY_SERVICES_VERSION": "18.0.0",
"PACKAGE_NAME": "com.company.game"
},
"cordova-promise-polyfill": {
"PACKAGE_NAME": "com.company.game"
},
"cordova-plugin-admob-free": {
"ADMOB_APP_ID": "<YOUR_ANDROID_ADMOB_APP_ID_AS_FOUND_IN_ADMOB>",
"PACKAGE_NAME": "com.company.game"
},
"cordova-plugin-splashscreen": {
"PACKAGE_NAME": "com.company.game"
}
},
"dependent_plugins": {},
"modules": [
{
"id": "cordova-promise-polyfill.Promise",
"file": "plugins/cordova-promise-polyfill/www/Promise.js",
"pluginId": "cordova-promise-polyfill",
"runs": true
},
{
"id": "cordova-promise-polyfill.promise.min",
"file": "plugins/cordova-promise-polyfill/www/promise.min.js",
"pluginId": "cordova-promise-polyfill"
},
{
"id": "cordova-plugin-admob-free.AdMob",
"file": "plugins/cordova-plugin-admob-free/www/admob.js",
"pluginId": "cordova-plugin-admob-free",
"clobbers": [
"admob",
"AdMob",
"plugins.AdMob"
]
},
{
"id": "cordova-plugin-splashscreen.SplashScreen",
"file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js",
"pluginId": "cordova-plugin-splashscreen",
"clobbers": [
"navigator.splashscreen"
]
}
],
"plugin_metadata": {
"cordova-plugin-whitelist": "1.3.3",
"cordova-admob-sdk": "0.24.1",
"cordova-promise-polyfill": "0.0.2",
"cordova-plugin-admob-free": "0.27.0",
"cordova-plugin-splashscreen": "5.0.2"
}
}