Get all strings in for Wifi tethering
Bug: 2413908 Change-Id: I3d28fcfcb4a6e4eaf03e57d69f9d2c92730b12e5
This commit is contained in:
@@ -86,7 +86,10 @@ public class WifiApEnabler implements Preference.OnPreferenceChangeListener,
|
||||
|
||||
if (enable && mWifiManager.isWifiEnabled()) {
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(mContext);
|
||||
builder.setMessage(R.string.wifi_ap_tether_message)
|
||||
/**
|
||||
* TODO: this alert will go away.
|
||||
*/
|
||||
builder.setMessage("Turning off Wifi client. Enabling Wifi tethering")
|
||||
.setCancelable(false)
|
||||
.setPositiveButton(android.R.string.ok, this)
|
||||
.setNegativeButton(android.R.string.cancel, this);
|
||||
|
Reference in New Issue
Block a user