0.1.0 • Published 9 years ago

android-status-bar-disabler v0.1.0

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

Cordova Android Status Bar disabler

Plugin that simply disable status bar on Android device

Using

Clone the plugin

$ git clone https://github.com/bazzooka/android-status-bar-disabler.git

Install the plugin

$ cd <your project directory>
$ cordova plugin add ../android-status-bar-disabler

Configure your project

Update your AndroidManifest.xml with : 
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />

Install Android platform

phonegap add ../android-status-bar-disabler
phonegap build android
phonegap run android

More Info

For more information on setting up Cordova see the documentation

For more info on plugins see the Plugin Development Guide