Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42ef04eb authored by Mill Chen's avatar Mill Chen Committed by Android (Google) Code Review
Browse files

Merge "Deprecate Nfc panel and relevant objects" into main

parents cd1537ee 840aa5e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import org.junit.runner.RunWith;

import java.util.List;

@Deprecated(forRemoval = true)
@RunWith(AndroidJUnit4.class)
public class NfcPanelTest {