diff options
| author | Roshan Pius <rpius@google.com> | 2020-03-23 22:17:39 -0700 |
|---|---|---|
| committer | Roshan Pius <rpius@google.com> | 2020-03-24 15:16:44 +0000 |
| commit | d0d5fc222e97884cb041335b14d47963dafedfe2 (patch) | |
| tree | 1afee0d039b75039b442120469530939dad56d06 /core/java | |
| parent | 849a6f78a599f98169e941d38d98d952a986489b (diff) | |
Settings: Add a javadoc note for WIFI_MIGRATION_COMPLETED
Addressing previous CL comment.
Bug: 151888061
Test: Compiles
Change-Id: I4c740134b08bae9f40531c4a0d4133336d1a88d1
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index ccc3132c535d..60f10cd884ca 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -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 |
