Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24ef1441 authored by Roshan Pius's avatar Roshan Pius
Browse files

WifiInfo: Documentation for change of SSID formatting

The getSSID() method used to return a string with no quotes before
Android J, so add documentation mentioning when this was changed.

Bug: 12957620
Test: Compiles & verified that the docs are updated (make
doc-comment-check-docs).
Change-Id: I5d3713303c8f8c5c09d74ad1c5b8398107847b87
parent 4a55f0ad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -348,6 +348,9 @@ public class WifiInfo implements Parcelable {
     * quotation marks. Otherwise, it is returned as a string of hex digits. The
     * SSID may be <unknown ssid> if there is no network currently connected,
     * or if the caller has insufficient permissions to access the SSID.
     *
     * Prior to {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}, this method
     * always returned the SSID with no quotes around it.
     * @return the SSID
     */
    public String getSSID() {