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

Commit f8a1ff15 authored by Matthew Fritze's avatar Matthew Fritze
Browse files

Add NFC Settings Panel API

NFC Panel is the third Settings Panel, which hosts NFC related settings.
Currently the panel only holds the NFC slice, but is open to future
additions.

Test: atest SettingsPanelTest
Bug: 120142616
Change-Id: Ib9e36b6c645ecb8788c558f505197723836f4616
parent 1fcbf838
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38746,6 +38746,7 @@ package android.provider {
  public static final class Settings.Panel {
    field public static final String ACTION_INTERNET_CONNECTIVITY = "android.settings.panel.action.INTERNET_CONNECTIVITY";
    field public static final String ACTION_NFC = "android.settings.panel.action.NFC";
    field public static final String ACTION_VOLUME = "android.settings.panel.action.VOLUME";
  }
+11 −0
Original line number Diff line number Diff line
@@ -14597,6 +14597,17 @@ public final class Settings {
        public static final String ACTION_INTERNET_CONNECTIVITY =
                "android.settings.panel.action.INTERNET_CONNECTIVITY";
        /**
         * Activity Action: Show a settings dialog containing NFC-related settings.
         * <p>
         * Input: Nothing.
         * <p>
         * Output: Nothing.
         */
        @SdkConstant(SdkConstant.SdkConstantType.ACTIVITY_INTENT_ACTION)
        public static final String ACTION_NFC =
                "android.settings.panel.action.NFC";
        /**
         * Activity Action: Show a settings dialog containing all volume streams.
         * <p>