Top "Preferences" questions

The java.

Get preferred screen brightness in Android

How do you get the preferred screen brightness in Android? To change the screen brightness I use WindowManager.LayoutParams.screenBrightness. …

android preferences brightness
How get selected option from ListPreference?

I have ListPreference and it contains for example 5 options and I want to save one of this value to SharedPreferences …

android preferences selected listpreference
Loading layout in onCreateView for custom preference

Can I load layout from xml during onCreateView call, I tried: setLayoutResource(R.layout.test); setWidgetLayoutResource(R.layout.test); it …

android layout preferences
How to set multiple default values in a MultiSelectListPreference?

I have preference.xml like this <MultiSelectListPreference android:key="store_select" android:title="@string/setting_store_title" android:summary="@…

android sharedpreferences preferences
How can I change current working directory in Sublime Text 3?

Whenever I open a script (Python or R), I want Sublime automatically changes the current working directory to the path …

directory settings sublimetext3 preferences cwd
Aptana Studio 3 - text font size minimizing with Ctrl + -

hello I have recently installed aptana studio 3 again and I am having where my text font size minimizes when I …

preferences aptana3
How to get ringtone preference at runtime?

i have the following xml: <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/…

android preferences android-preferences ringtone
How do I fix a "Prefs file removed in background /home/steven/.java/.userPrefs/prefs.xml" error?

I've been programming on Windows for the majority of my program with no problems with preferences. I just booted up …

java eclipse ubuntu preferences
How to edit/reset Alarm Manager?

I've set up a Preference Screen in which i have a list preference which allows user to select time interval …

android alarmmanager preferences listpreference
what's the best django profile / user settings application around?

I'm looking for a good django app that brings to me basic features like user profile editing password changing save …

django settings preferences django-apps