Merge "Deprecate Nfc panel and relevant objects" into main

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

View File

@@ -30,6 +30,7 @@ import com.android.settings.slices.SliceBuilderUtils;
import java.util.ArrayList;
import java.util.List;
@Deprecated(forRemoval = true)
public class NfcPanel implements PanelContent {
private final Context mContext;

View File

@@ -31,6 +31,7 @@ import org.junit.runner.RunWith;
import java.util.List;
@Deprecated(forRemoval = true)
@RunWith(AndroidJUnit4.class)
public class NfcPanelTest {