Merge "Deprecate Nfc panel and relevant objects" into main
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -31,6 +31,7 @@ import org.junit.runner.RunWith;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Deprecated(forRemoval = true)
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
public class NfcPanelTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user