I need my app to show as full screen. Now I know how to add this feature into the application tag in Mainfest using
android:theme=”@android:style/Theme.NoTit
Create your custom theme with parent attribute to inherit NoTitleBar.Fullscreen property from general android theme.
values/styles.xml
AndroidManifest.xml
...