WifiConfiguration: Fix documentation for SSID
SSID strings can be UTF-8 encoded. Fix documentation to reflect that. Bug: 78483295 Test: Compiles Change-Id: Ib25967a52627a17a13b5d5b418fc3c3c3d05f7c8
This commit is contained in:
@@ -264,7 +264,7 @@ public class WifiConfiguration implements Parcelable {
|
||||
public int status;
|
||||
|
||||
/**
|
||||
* The network's SSID. Can either be an ASCII string,
|
||||
* The network's SSID. Can either be a UTF-8 string,
|
||||
* which must be enclosed in double quotation marks
|
||||
* (e.g., {@code "MyNetwork"}), or a string of
|
||||
* hex digits, which are not enclosed in quotes
|
||||
|
||||
Reference in New Issue
Block a user