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

Commit d0d5fc22 authored by Roshan Pius's avatar Roshan Pius
Browse files

Settings: Add a javadoc note for WIFI_MIGRATION_COMPLETED

Addressing previous CL comment.

Bug: 151888061
Test: Compiles
Change-Id: I4c740134b08bae9f40531c4a0d4133336d1a88d1
parent 849a6f78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10339,6 +10339,7 @@ public final class Settings {
        /**
         * Value to specify if wifi settings migration is complete or not.
         * Note: This should only be used from within {@link android.net.wifi.WifiMigration} class.
         *
         * Type: int (0 for false, 1 for true)
         * @hide