API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.provider.Settings.System

The superclass changed from java.lang.Object to android.provider.Settings.NameValueTable.
Removed interface android.provider.BaseColumns.

Removed Methods
float getFloat(ContentResolver, String, float) Convenience function for retrieving a single system settings value as a floating point number.
 

Added Methods
float getFloat(ContentResolver, String) Convenience function for retrieving a single system settings value as a float.
float getFloat(ContentResolver, String, float) Convenience function for retrieving a single system settings value as a floating point number.
 

Changed Methods
void getConfiguration(ContentResolver, Configuration) Change in signature from (android.content.ContentResolver, android.content.Resources.Configuration) to (android.content.ContentResolver, android.content.res.Configuration).
Change from final to non-final.
Convenience function to read all of the current configuration-related settings into a Configuration object.
String getString(ContentResolver, String) Change from final to non-final.
Look up a name in the database.
boolean putConfiguration(ContentResolver, Configuration) Change in return type from void to boolean.
Change in signature from (android.content.ContentResolver, android.content.Resources.Configuration) to (android.content.ContentResolver, android.content.res.Configuration).
Change from final to non-final.
Convenience function to write a batch of configuration-related settings from a Configuration object.
boolean putFloat(ContentResolver, String, float) Change in return type from void to boolean.
Change from final to non-final.
Convenience function for updating a single settings value as a floating point number.
boolean putInt(ContentResolver, String, int) Change in return type from void to boolean.
Change from final to non-final.
Convenience function for updating a single settings value as an integer.
int getInt(ContentResolver, String) Change from final to non-final.
Convenience function for retrieving a single system settings value as an integer.
int getInt(ContentResolver, String, int) Change from final to non-final.
Convenience function for retrieving a single system settings value as an integer.
Uri getUriFor(String) Change in signature from (ContentResolver, String) to String.
Construct the content URI for a particular name/value pair, useful for monitoring changes with a ContentObserver.
boolean putString(ContentResolver, String, String) Change in return type from void to boolean.
Change from final to non-final.
Store a name/value pair into the database.
 

Removed Fields
String BLUETOOTH_DUN_ON  
String BLUETOOTH_HFAG_ON  
String BLUETOOTH_HSAG_ON  
String BLUETOOTH_NAME The user-friendly name of this device.
String BLUETOOTH_SHELL_ON  
String KEYGUARD Whether we use keyguard.
String KEYGUARD_PASSWORD The keyguard password, base64 (just so it's not quite cleartext)
String MUSIC_VOLUME Music volume
String RINGER_ALWAYS_VIBRATE Always vibrate.
String RINGER_INCREASING_RING Increasing Ring
String RINGER_VOLUME Ringer volume
String VOICE_VOLUME Voice volume
 

Added Fields
String ADB_ENABLED Whether ADB is enabled.
String AIRPLANE_MODE_ON Whether Airplane Mode is on.
String AIRPLANE_MODE_RADIOS A comma separated list of radios that need to be disabled when airplane mode is on.
String ANDROID_ID The Android ID (a unique 64-bit value) as a hex string.
String APPEND_FOR_LAST_AUDIBLE Appended to various volume related settings to record the previous values before they the settings were affected by a silent/vibrate ringer mode change.
String AUTO_TIME Value to specify if the user prefers the date, time and time zone to be automatically fetched from the network (NITZ).
String DATA_ROAMING Whether or not data roaming is enabled.
Uri DEFAULT_NOTIFICATION_URI A Uri that will point to the current default notification sound at any given time.
Uri DEFAULT_RINGTONE_URI A Uri that will point to the current default ringtone at any given time.
String DEVICE_PROVISIONED Whether the device has been provisioned (0 = false, 1 = true)
String DTMF_TONE_WHEN_DIALING Whether the audible DTMF tones are played by the dialer when dialing.
String END_BUTTON_BEHAVIOR What happens when the user presses the end call button if they're not on a call.
Values:
0 - The end button does nothing.
1 - The end button goes to the home screen.
2 - The end button puts the device to sleep and locks the keyguard.
3 - The end button goes to the home screen.
String INSTALL_NON_MARKET_APPS Whether the package installer should allow installation of apps downloaded from sources other than the Android Market (vending machine).
String LOCATION_PROVIDERS_ALLOWED Comma-separated list of location providers that activities may access.
String LOCK_PATTERN_ENABLED Whether autolock is enabled (0 = false, 1 = true)
String LOCK_PATTERN_VISIBLE Whether lock pattern is visible as user enters (0 = false, 1 = true)
String LOGGING_ID The Logging ID (a unique 64-bit value) as a hex string.
String MODE_RINGER Ringer mode.
String MODE_RINGER_STREAMS_AFFECTED Determines which streams are affected by ringer mode changes.
String MUTE_STREAMS_AFFECTED Determines which streams are affected by mute.
String NETWORK_PREFERENCE User preference for which network(s) should be used.
String NEXT_ALARM_FORMATTED A formatted string of the next alarm that is set, or the empty string if there is no alarm set.
String NOTIFICATION_SOUND Persistent store for the system-wide default notification sound.
String PARENTAL_CONTROL_ENABLED  
String PARENTAL_CONTROL_LAST_UPDATE  
String PARENTAL_CONTROL_REDIRECT_URL  
String RADIO_BLUETOOTH Constant for use in AIRPLANE_MODE_RADIOS to specify Bluetooth radio.
String RADIO_CELL Constant for use in AIRPLANE_MODE_RADIOS to specify Cellular radio.
String RADIO_WIFI Constant for use in AIRPLANE_MODE_RADIOS to specify Wi-Fi radio.
String RINGTONE Persistent store for the system-wide default ringtone URI.
String SCREEN_BRIGHTNESS The screen backlight brightness between 0 and 255.
String SOUND_EFFECTS_ENABLED Whether the sounds effects (key clicks, lid open ...) are enabled.
String SYS_PROP_SETTING_VERSION  
String TEXT_AUTO_CAPS Setting to enable Auto Caps in text editors.
String TEXT_AUTO_PUNCTUATE Setting to enable Auto Punctuate in text editors.
String TEXT_AUTO_REPLACE Setting to enable Auto Replace (AutoText) in text editors.
String TEXT_SHOW_PASSWORD Setting to showing password characters in text editors.
String TRANSITION_ANIMATION_SCALE Scaling factor for activity transition animations.
String USE_GOOGLE_MAIL If this setting is set (to anything), then all references to Gmail on the device must change to Google Mail.
String VIBRATE_ON Whether vibrate is on for different events.
String VOLUME_ALARM Alarm volume.
String VOLUME_MUSIC Music/media/gaming volume.
String VOLUME_RING Ringer volume.
String[] VOLUME_SETTINGS The mapping of stream type (integer) to its setting.
String VOLUME_SYSTEM System/notifications volume.
String VOLUME_VOICE Voice call volume.
String WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON Whether to notify the user of open networks.
String WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY Delay (in seconds) before repeating the Wi-Fi networks available notification.
String WIFI_NUM_OPEN_NETWORKS_KEPT When the number of open networks exceeds this number, the least-recently-used excess networks will be removed.
String WIFI_ON Whether the Wi-Fi should be on.
String WINDOW_ANIMATION_SCALE Scaling factor for normal window animations.
 

Changed Fields
String NAME Field was locally defined, but is now inherited from Settings.NameValueTable.  
String VALUE Field was locally defined, but is now inherited from Settings.NameValueTable.  
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff