1

I would like to test my app in android 4.2.2,I know certain device comes with system bar along screen and others don't.I would like to know how to test those system bar that doesn't come along screen.Please provide your assistance in fixing the emulator for this,thanks a lot.

Karthik
  • 4,943
  • 19
  • 53
  • 86

2 Answers2

0

This is an old good question. If changing theme does not fits your needs, please refer to these question asked before:

Easy way to hide system bar on Android ICS

Is there a way to hide the system bar in Android 3.0? It's an internal device and I'm managing navigation

is it possible to hide the system bar

and others.

Note that for some HW Devices/Android version, the system bar can't be hidden at all! You need to root the device and manage some complex operation to get the system bar off...

Good luck!

Community
  • 1
  • 1
Seraphim's
  • 12,559
  • 20
  • 88
  • 129
0

You can change the theme of the Project from manifest file..it will solve your problem

rahultheOne
  • 154
  • 1
  • 8