Deprecated Wifi panel and relevant objects

Bug: 328529085
Test: robotest
Change-Id: I960718acbdf1d2be6c3b6b396cf2ac69d4aa3046
This commit is contained in:
Mill Chen
2024-05-06 22:12:23 +00:00
parent 1bd9cab5a0
commit 4c061771b7
8 changed files with 18 additions and 0 deletions

View File

@@ -32,7 +32,10 @@ import com.android.wifitrackerlib.WifiEntry.ConnectCallback;
/**
* This receiver helps connect to Wi-Fi network
*
* @deprecated this is not used after V and will be removed.
*/
@Deprecated(forRemoval = true)
public class ConnectToWifiHandler extends BroadcastReceiver {
static final String KEY_CHOSEN_WIFIENTRY_KEY = "key_chosen_wifientry_key";