Merge "Settings: Add a javadoc note for WIFI_MIGRATION_COMPLETED" into rvc-dev am: 198e8c3629

Change-Id: Iec6f6bc792969605952f90f5544b0a5f12f34d8f
This commit is contained in:
Roshan Pius
2020-03-24 17:31:57 +00:00
committed by Automerger Merge Worker

View File

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