Must initialize the new atomic..
bug:7172859 Change-Id: Ibaf390683fa36771215b463fb6b088f7430c0462
This commit is contained in:
committed by
The Android Automerger
parent
e8bffd1285
commit
5a72c6733d
@@ -79,7 +79,7 @@ public class TetherSettings extends SettingsPreferenceFragment
|
|||||||
private String[] mWifiRegexs;
|
private String[] mWifiRegexs;
|
||||||
|
|
||||||
private String[] mBluetoothRegexs;
|
private String[] mBluetoothRegexs;
|
||||||
private AtomicReference<BluetoothPan> mBluetoothPan;
|
private AtomicReference<BluetoothPan> mBluetoothPan = new AtomicReference<BluetoothPan>();
|
||||||
|
|
||||||
private static final String WIFI_AP_SSID_AND_SECURITY = "wifi_ap_ssid_and_security";
|
private static final String WIFI_AP_SSID_AND_SECURITY = "wifi_ap_ssid_and_security";
|
||||||
private static final int CONFIG_SUBTEXT = R.string.wifi_tether_configure_subtext;
|
private static final int CONFIG_SUBTEXT = R.string.wifi_tether_configure_subtext;
|
||||||
|
Reference in New Issue
Block a user