Add device name to About Phone page.
The device name is reflected in three places: A Settings.Global flag which can be read by third party apps, the Bluetooth device name, and the Wi-Fi tethering hotspot name. The Bluetooth and Wi-Fi names can be changed independently of the device name, but if the user sets the device name, they are all changed in parallel. Due to the naming restrictions of Bluetooth devices and SSIDs, the SSID naming restrictions apply to the device name. Bug: 63819909 Test: Robotest Change-Id: I3a81535fc07d183557a6fa5d54baef3c7868499c
This commit is contained in:
@@ -31,7 +31,7 @@ import com.android.settings.core.BasePreferenceController;
|
||||
import com.android.settings.overlay.FeatureFactory;
|
||||
|
||||
public class BrandedAccountPreferenceController extends BasePreferenceController {
|
||||
private static final String KEY_PREFERENCE_TITLE = "account";
|
||||
private static final String KEY_PREFERENCE_TITLE = "branded_account";
|
||||
private final Account[] mAccounts;
|
||||
|
||||
public BrandedAccountPreferenceController(Context context) {
|
||||
|
Reference in New Issue
Block a user