Update configurator intent to be public
This updates the settings code to use the public intent instead. Test: tests still pass Bug: WIP Change-Id: Id40f60b4c2209073aef8747faa5de4e7ff9692ae
This commit is contained in:
committed by
Arc Wang
parent
e56df8877a
commit
2611190def
@@ -42,6 +42,9 @@ import androidx.annotation.VisibleForTesting;
|
||||
* EXTRA_QR_CODE
|
||||
*/
|
||||
public class WifiNetworkConfig {
|
||||
|
||||
static final String FAKE_SSID = "fake network";
|
||||
static final String FAKE_PASSWORD = "password";
|
||||
private static final String TAG = "WifiNetworkConfig";
|
||||
|
||||
private String mSecurity;
|
||||
|
Reference in New Issue
Block a user