Top "Settings" questions

Settings may refer to the tweaking which can be used to help improve the user-experience or performance etc.

Where are user-mode .NET settings stored?

I'm wondering what is the magic behind .settings files in .NET. Imagine you create an assembly called in this example …

.net settings
Changing the Screen Brightness System Setting Android

I'm attempting to change the screen brightness from withing a service, like so: android.provider.Settings.System.putInt(getContentResolver(), android.…

android service settings screen-brightness
Use 301 Redirect In Google Blogger/Blogspot

I have a Google Blogger blog where I blog. Sometime ago, I posted a post but now after getting new …

.htaccess redirect settings blogger http-status-code-301
How to determine when Settings change on iOS

I have created a custom Settings.app bundle using the standard root.plist approach for the iPhone. I'm wondering if …

iphone ios settings plist
IntelliJ shows decompiled .class file instead of source code

I am having issues with IntelliJ - it shows me a "decompiled" version of the class instead of its source …

intellij-idea settings decompiler
VSCode Integrated Terminal Doesn't Load .bashrc or .bash_profile

I have the following files to handle shell configuration: #~/.bash_profile if [ -f ~/.bashrc ]; then source ~/.bashrc fi and #~/.bashrc ... …

bash shell visual-studio-code settings
C#: How to make sure a settings variable exists before attempting to use it from another assembly?

I have the following: using CommonSettings = MyProject.Commons.Settings; public class Foo { public static void DoSomething(string str) { //How do …

c# settings settings.settings
Reading dll.config (not app.config!) from a plugin module

I am writing a C# .NET 2.0 .dll that is a plug in to a Larger application. The visual studio project …

c# .net-2.0 settings appsettings
Detecting user settings for Background App Refresh in iOS 7

Starting with iOS 7, Apple's Multitasking APIs allow apps to run in three new Background Modes: Background fetch, Remote notification content, …

objective-c background multitasking ios7 settings
Storing iPhone application settings in app

My iPhone app has few settings that users is likely to change quite often. I would like to know if …

ios iphone cocoa-touch settings user-preferences