[Wi-Fi] Update "Factory MAC" to "Device MAC" in strings.

As a follow-up to b/133466540, we should change "Factory MAC" to "Device MAC" in the strings to align with the language that we used for Q.

Sol: change the string naming.

Bug: 143151237
Test: Manual visual test to check if the strings changed correctly or not.
Change-Id: I0bba14d12d5d0ab2fa0c137e4576dd46878df031
This commit is contained in:
govenliu
2019-10-23 10:16:11 +08:00
parent c0025dcb18
commit 6a9afea52e
4 changed files with 11 additions and 12 deletions

View File

@@ -1161,7 +1161,7 @@ public class WifiDetailPreferenceController extends AbstractPreferenceController
(mWifiConfig.macRandomizationSetting
== WifiConfiguration.RANDOMIZATION_PERSISTENT)
? R.string.wifi_advanced_randomized_mac_address_title
: R.string.wifi_advanced_factory_mac_address_title);
: R.string.wifi_advanced_device_mac_address_title);
}
}