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

Commit bae9769e authored by Roshan Pius's avatar Roshan Pius
Browse files

wificond: Mark wificond service name a @SystemApi

wifi mainline module needs to use this constant to retrieve the wificond
binder service.

Bug: 140062898
Test: Compiles
Change-Id: If42df001d3c7fa7c743c1448a22697daf06c0d81
parent 3032c893
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1697,6 +1697,7 @@ package android.content {
    field public static final String TELEPHONY_REGISTRY_SERVICE = "telephony_registry";
    field public static final String TETHERING_SERVICE = "tethering";
    field public static final String VR_SERVICE = "vrmanager";
    field public static final String WIFI_COND_SERVICE = "wificond";
    field @Deprecated public static final String WIFI_RTT_SERVICE = "rttmanager";
    field public static final String WIFI_SCANNING_SERVICE = "wifiscanner";
  }
+1 −0
Original line number Diff line number Diff line
@@ -4016,6 +4016,7 @@ public abstract class Context {
     * @see android.net.wifi.WifiCondManager
     * @hide
     */
    @SystemApi
    public static final String WIFI_COND_SERVICE = "wificond";

    /**