lineage-sdk: Mark DEVICE_HOSTNAME as deprecated and drop code using it
* AOSP feature is now in place, which uses device name as DHCP hostname. Change-Id: I4adbaca2d980017e5cd81e200729f03b245c6a3e
This commit is contained in:
@@ -3001,8 +3001,10 @@ public final class LineageSettings {
|
||||
|
||||
/**
|
||||
* The hostname for this device
|
||||
* @deprecated
|
||||
* @hide
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String DEVICE_HOSTNAME = "device_hostname";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user