Top "Android-settings" questions

android-settings can refer to a class that contains constants values used to launch system preferences screens.

How to style PreferenceFragmentCompat

I'm using a PreferenceFragmentCompat, but I don't think it is styled correctly. Preferences' title seems way to big, PreferenceCategory text …

android android-support-library android-appcompat android-settings
Android: Can I enable the GPS without redirecting the user to the settings screen like in "google maps" app

In GPS based applications, it is important that the user enable his GPS. If not then usually we would show …

android android-settings android-gps
Get Device mac adress in Android Nougat and O programmatically

I have an application, which required device mac address. I'm getting mac address in Marshmallow and below easily but problem …

android android-7.0-nougat android-settings android-8.0-oreo
how to add margin/padding to preference screen

This is my code: <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > <PreferenceCategory android:title="…

android android-preferences android-settings
Access Wireless & Networks settings page

I am actually trying to bring up Wireless & Networks setting page using am start. I tried all possible ways …

android adb android-settings
Enable and disable option in PreferenceActivity

I am new to creating PreferenceActivity. My question is how to enable and disable option in preference screen by changing …

android android-settings
How to change screen contrast of my android device?

Servus! I am coding a demo for a prototype with a build in Z1 android phone watch. Problem is that …

android contrast android-settings
How to adjust device brightness programmatically using SeekBar?

I have two seekbars in my settings application, one for sound and one for brightness. My sound seekbar does change …

java android android-settings screen-brightness