Merge "Deprecated Wifi panel and relevant objects" into main

This commit is contained in:
Mill Chen
2024-05-08 01:28:15 +00:00
committed by Android (Google) Code Review
8 changed files with 18 additions and 0 deletions

View File

@@ -32,7 +32,10 @@ import java.util.List;
/**
* Panel data class for Wifi settings.
*
* @deprecated this is not used after V and will be removed.
*/
@Deprecated(forRemoval = true)
public class WifiPanel implements PanelContent {
private final Context mContext;