Merge "Change hostname format to conform to specification"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6a8d3ab941
@@ -319,7 +319,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
||||
String id = Settings.Secure.getString(context.getContentResolver(),
|
||||
Settings.Secure.ANDROID_ID);
|
||||
if (id != null && id.length() > 0) {
|
||||
String name = new String("android_").concat(id);
|
||||
String name = new String("android-").concat(id);
|
||||
SystemProperties.set("net.hostname", name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user