I am making an app for android 3.0 and i need it to be fullscreen. currently the manifest file contains these two lines in activity tag:
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:screenOrientation="portrait"
(for some reason i need to fix the orientation to portrait)
but the emulator shows a status bar at the bottom (or in this case right).
not allowed to post images but here is a link to the screenshot https://i.stack.imgur.com/HAUCj.jpg
Is there any method to remove the status bar too....
Thanks
Shobhit