app/src/main/AndroidManifest.xml
.. .. @@ -17,6 +17,7 @@ 17 17 android:allowBackup="true" 18 18 android:icon="@drawable/ic_launcher" 19 19 android:label="@string/app_name" 20 + android:persistent="true"20 21 android:theme="@android:style/Theme.DeviceDefault.Light.NoActionBar.Fullscreen" > 21 22 22 23