From d85c5316bab7bbb11b8eb9ca4d67a56b6c16a885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Sun, 10 Jan 2016 23:41:30 +0100 Subject: [PATCH] feat: modification de l'affichage vers le plein ecran ajout de permission pour vibration, internet ... --- android/AndroidManifest.xml | 4 ++++ android/assets/textures/ui.json | 4 +++- .../fr/evolving/game/android/AndroidLauncher.java | 13 +++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) 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); } }