diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-09-25 19:05:02 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-09-25 19:05:02 +0200 |
| commit | b6c70d0fdaa4c4d58e8e9e8e41a52bf32d36ef5b (patch) | |
| tree | 2e94023203fa8e497bb8abd2d278c716af37e895 /StoneIsland/platforms/android/android.json | |
| parent | 4c9061f8b43a61051ca386c1228dd133c29afc68 (diff) | |
fix statusbar
Diffstat (limited to 'StoneIsland/platforms/android/android.json')
| -rwxr-xr-x | StoneIsland/platforms/android/android.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/StoneIsland/platforms/android/android.json b/StoneIsland/platforms/android/android.json index d30b7891..df55a288 100755 --- a/StoneIsland/platforms/android/android.json +++ b/StoneIsland/platforms/android/android.json @@ -55,6 +55,10 @@ { "xml": "<feature name=\"UniversalAnalytics\"><param name=\"android-package\" value=\"com.danielcwilson.plugins.analytics.UniversalAnalyticsPlugin\" /></feature>", "count": 1 + }, + { + "xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></feature>", + "count": 1 } ] } @@ -244,6 +248,9 @@ }, "cordova-plugin-google-analytics": { "PACKAGE_NAME": "us.okfoc.stoneisland" + }, + "cordova-plugin-statusbar": { + "PACKAGE_NAME": "us.okfoc.stoneisland" } }, "dependent_plugins": {}, @@ -361,6 +368,14 @@ "analytics", "ga" ] + }, + { + "id": "cordova-plugin-statusbar.statusbar", + "file": "plugins/cordova-plugin-statusbar/www/statusbar.js", + "pluginId": "cordova-plugin-statusbar", + "clobbers": [ + "window.StatusBar" + ] } ], "plugin_metadata": { @@ -377,6 +392,7 @@ "cordova-plugin-geolocation": "2.4.0", "ionic-plugin-keyboard": "2.2.1", "phonegap-plugin-push": "1.9.2", - "cordova-plugin-google-analytics": "1.8.3" + "cordova-plugin-google-analytics": "1.8.3", + "cordova-plugin-statusbar": "2.2.3" } }
\ No newline at end of file |
