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:
Roshan Pius
2018-05-03 11:32:55 -07:00
parent c6163bf636
commit 183a5f0a35

View File

@@ -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