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

Change-Id: Ib053625ff0ccc83707f8de27c75178dd33d95b59
This commit is contained in:
Roshan Pius
2020-03-24 17:33:01 +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