diff options
author | Wink Saville <wink@google.com> | 2013-11-15 11:42:55 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-15 11:42:55 -0800 |
commit | 044bc25fb58b6b89d4a6dca09863981877a9f337 (patch) | |
tree | ba958147d64c81026632428d02f52d9300c9d376 /core/res | |
parent | 2ea480cac89460ee2524cd080e90f6240e8eebf5 (diff) | |
parent | 67979256865f63330a1352e450e26baf24e914ec (diff) | |
download | frameworks_base-044bc25fb58b6b89d4a6dca09863981877a9f337.zip frameworks_base-044bc25fb58b6b89d4a6dca09863981877a9f337.tar.gz frameworks_base-044bc25fb58b6b89d4a6dca09863981877a9f337.tar.bz2 |
am 67979256: am 31cab2f8: Merge "Add config_restartRadioAfterProvisioning" into klp-dev
* commit '67979256865f63330a1352e450e26baf24e914ec':
Add config_restartRadioAfterProvisioning
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/config.xml | 3 | ||||
-rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 18cf57d..b34c792 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1189,6 +1189,9 @@ <item>12</item> <!-- EVDO_B --> </integer-array> + <!-- Set to true if after a provisioning apn the radio should be restarted --> + <bool name="config_restartRadioAfterProvisioning">false</bool> + <!-- Vibrator pattern to be used as the default for notifications that specify DEFAULT_VIBRATE. --> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index befbbbb..6d90973 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -283,6 +283,7 @@ <java-symbol type="bool" name="config_safe_media_volume_enabled" /> <java-symbol type="bool" name="config_camera_sound_forced" /> <java-symbol type="bool" name="config_dontPreferApn" /> + <java-symbol type="bool" name="config_restartRadioAfterProvisioning" /> <java-symbol type="bool" name="config_speed_up_audio_on_mt_calls" /> <java-symbol type="bool" name="config_useFixedVolume" /> <java-symbol type="bool" name="config_forceDefaultOrientation" /> |