Top "Android-settings" questions

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

Launching mobile network settings screen programmatically

I want to launch mobile network settings screen, so that user can enable/disable 3g or data connection. Can anybody …

android android-settings
Go to settings screen

I want to open the Settings-> Sound & Display-> Phone Ringtones screen from my application. How can I …

android android-settings
How to open application permission window in app settings programmatically

I'm working on new permission model (Android 6.0 Marshmallow) and I wonder is there a way to open the application's permission …

android permissions android-6.0-marshmallow android-settings
How to Enable Android Download Manager

I'm using Android Download Manager to download list of files. Lately I came across a crash report saying Unknown java.…

android android-package-managers android-download-manager android-settings
Access application notification settings programmatically

In an Android app, I have a button that I want to have the functionality of opening the App Notification …

android android-notifications android-settings
Limit apps cache size in Android

Is there anyway to limit the cache size of a certain application in Android, not the entire OS cache? I …

android caching android-settings
Android how to get current System Settings values?

I know that I can change the Settings with: Settings.System.putInt( getContentResolver() , Settings.System.SCREEN_OFF_TIMEOUT , DELAY ); but …

java android android-studio android-settings system-setting