隐藏平板电脑的系统栏

隐藏平板电脑的系统栏

问题描述:

我想隐藏的平板设备的系统吧。我搜索了很多,但没有成功。我添加图片了。

I want to hide system bar for tablet device. I searched a lot but not succeed. I added image for it.

我找到了一些解决方案,像

I found some solution like

View v = findViewById(R.id.view_id);
v.setSystemUiVisibility(View.STATUS_BAR_HIDDEN); 

但我不知道如何使用它

but I dont know how to use it

和我知道这是可能的http://forum.xda-developers.com/showthread.php?t=1228046任何人能知道如何做到这一点?

And I know that is possible as http://forum.xda-developers.com/showthread.php?t=1228046 Can any one know how to do this ?

搜索大量的时间后,我终于得到了一些可选择性对我的要求。

Finally after searching lots of time I got some alternativ for my requirement.

我知道这是不是一个好主意,一个程序员从这种情况,但我的时间限制我用这样的方式回过...

I know this is not a good idea for a programmer to back off from this situation but for my time limit I used this way...

我发现这个链接,应用程序,它fullfil我的要求

I found this link and application which fullfil my requirement

http://www.42gears.com/blog/2012/04/how-to-hide-bottom-bar-in-rooted-android-3-0-tablets-using-surelock/

如果您希望这种类型的要求,请访问这个曾经在你的应用程序......

please visit this once if you want this type of requirement in your application ....

感谢所有帮助我在我的问题...

Thanks to all for helping me in my problem...