Sebastián Toro
Lurker
Hello guys,
I have not found this on Internet and thought that maybe someone here can give me a hand. I need to change programmatically the setting called "Hide the status bar" located in Accesibility inside the Android's Settings app on Android Marshmallow (6.0). Next you can see it:
I have searched in Android's source code, specifically in the android.provider.Settings class but have found nothing regarding it. I have also searched android.googlesource.com site via Google for the text "Hide the status bar" to see if maybe it was on some Strings file and see where it could be used.
Does someone know how to change this programmatically?
I have not found this on Internet and thought that maybe someone here can give me a hand. I need to change programmatically the setting called "Hide the status bar" located in Accesibility inside the Android's Settings app on Android Marshmallow (6.0). Next you can see it:
I have searched in Android's source code, specifically in the android.provider.Settings class but have found nothing regarding it. I have also searched android.googlesource.com site via Google for the text "Hide the status bar" to see if maybe it was on some Strings file and see where it could be used.
Does someone know how to change this programmatically?