[framework] Expose override/recover routingTable as systemApi.

Test: atest CtsNfcTestCases
Bug: 329043523
Flag: android.nfc.nfc_override_recover_routing_table

Change-Id: I2f01f4e2884357ef284207e12d58f21fb1fba851
diff --git a/nfc/api/system-current.txt b/nfc/api/system-current.txt
index 3375e18c..4a988aa 100644
--- a/nfc/api/system-current.txt
+++ b/nfc/api/system-current.txt
@@ -74,6 +74,8 @@
   public final class CardEmulation {
     method @FlaggedApi("android.permission.flags.wallet_role_enabled") @Nullable @RequiresPermission(android.Manifest.permission.NFC_PREFERRED_PAYMENT_INFO) public static android.content.ComponentName getPreferredPaymentService(@NonNull android.content.Context);
     method @FlaggedApi("android.nfc.enable_nfc_mainline") @NonNull public java.util.List<android.nfc.cardemulation.ApduServiceInfo> getServices(@NonNull String, int);
+    method @FlaggedApi("android.nfc.nfc_override_recover_routing_table") public void overrideRoutingTable(@NonNull android.app.Activity, @Nullable String, @Nullable String);
+    method @FlaggedApi("android.nfc.nfc_override_recover_routing_table") public void recoverRoutingTable(@NonNull android.app.Activity);
   }
 
 }