diff options
author | Mike Lockwood <lockwood@android.com> | 2011-06-17 16:50:10 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-06-17 16:50:10 -0700 |
commit | 4a15d8c800976d5db97ad26bc5fe9ed77946aaa3 (patch) | |
tree | 641aede8ed993dab6ef3a0ad4f81cdca022740d0 | |
parent | 941ed30638e42bbae32a270511d3c2716307c767 (diff) | |
parent | 5d27b7a29bf350320a27362164da2d1f2d1ff199 (diff) | |
download | frameworks_base-4a15d8c800976d5db97ad26bc5fe9ed77946aaa3.zip frameworks_base-4a15d8c800976d5db97ad26bc5fe9ed77946aaa3.tar.gz frameworks_base-4a15d8c800976d5db97ad26bc5fe9ed77946aaa3.tar.bz2 |
Merge "Add string resource for CD installer image path"
-rwxr-xr-x | core/res/res/values/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 4deb8ca..52b00c6 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -636,6 +636,7 @@ <!-- Set to true if the RSSI should always display CDMA signal strength even on EVDO --> <bool name="config_alwaysUseCdmaRssi">false</bool> + <!-- If this value is true, duplicate Source/Destination port fields in WDP header of some carriers OMADM wap push are supported. ex: MSGTYPE-TotalSegments-CurrentSegment @@ -648,4 +649,9 @@ with @string/status_bar_notification_info_overflow when shown in the UI. --> <integer name="status_bar_notification_info_maxnum">999</integer> + + <!-- Path to an ISO image to be shared with via USB mass storage. + This is intended to allow packaging drivers or tools for installation on a PC. --> + <string translatable="false" name="config_isoImagePath"></string> + </resources> |