summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAlex Avance <aravance@gmail.com>2011-01-13 17:46:46 -0600
committerBrinly Taylor <uberlaggydarwin@gmail.com>2015-10-27 12:57:05 +1030
commit3c2b9a6f3a7e438e8905428e84d8352b77e2c4f0 (patch)
treea7f7edb99f9774ce4877840b15e5196e31f0e750 /res/values
parentf8da1c898785decdd9d1d434a8b7aadf56527b93 (diff)
downloadpackages_apps_Settings-3c2b9a6f3a7e438e8905428e84d8352b77e2c4f0.zip
packages_apps_Settings-3c2b9a6f3a7e438e8905428e84d8352b77e2c4f0.tar.gz
packages_apps_Settings-3c2b9a6f3a7e438e8905428e84d8352b77e2c4f0.tar.bz2
Add an option to change the device hostname (2/2).
This adds an option to modify the device hostname used in ip resolution. This is useful when connecting to the android device in a dynamic dhcp environment. Change-Id: Ibc145b74036617248d4f33c6866cc9c8a8cc8974
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 5c36085..505805d 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -300,4 +300,7 @@
<!-- Warning for Adb over Network -->
<string name="adb_over_network_warning">WARNING: When ADB over network is enabled, your phone is open for intrusions on all connected networks, including GSM data network!\n\nOnly use this feature when you are connected on trusted networks.\n\nDo you really want to enable this function?</string>
-</resources>
+ <!-- Hostname setting -->
+ <string name="device_hostname">Device hostname</string>
+
+</resources> \ No newline at end of file