diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 75eac3f..37290c2 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -5,6 +5,10 @@ android:versionName="1.0" > + + + + = Build.VERSION_CODES.HONEYCOMB){ + getWindow().getDecorView().setSystemUiVisibility(View.STATUS_BAR_VISIBLE); + getWindow().getDecorView().setSystemUiVisibility(View.STATUS_BAR_HIDDEN); + } initialize(new main(), config); } }