I would like to make an app that displays a webpage using android's webview (hiding notification bar), so that it's fullscreen.
I searched on google and found this tip:
[quote:4ox3jbj0]Just add (or change) the activity's android:theme attribute with following line in AndroidManifest.xml file
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
I just don't know how to implement that since I don't see a manifest file when cocoonJS exports.