Removed all references to "Google Wi-Fi Assistant" from Settings.
+ Removed Wi-Fi Assistant message in Wi-Fi Advanced since it was overridden by the Wi-Fi Assistant. + Removed Wi-Fi Assistant message in Wi-Fi Assistant Card. Instead, it is programatically created when the scorer is known. + "Google" was replaced with a placeholder. Bug: 17457236 Change-Id: If3aab06c911ecf6ec13cbf00dea2fe9333abc1fc
This commit is contained in:
@@ -735,6 +735,10 @@ public class WifiSettings extends RestrictedSettingsFragment
|
||||
.inflate(R.layout.wifi_assistant_card, getListView(), false);
|
||||
Button setup = (Button) mWifiAssistantCard.findViewById(R.id.setup);
|
||||
Button noThanks = (Button) mWifiAssistantCard.findViewById(R.id.no_thanks_button);
|
||||
TextView assistantText =
|
||||
(TextView) mWifiAssistantCard.findViewById(R.id.wifi_assistant_text);
|
||||
assistantText.setText(getResources().getString(
|
||||
R.string.wifi_assistant_title_message, mWifiAssistantApp.mScorerName));
|
||||
|
||||
if (setup != null && noThanks != null) {
|
||||
setup.setOnClickListener(new OnClickListener() {
|
||||
|
Reference in New Issue
Block a user