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

Commit b08c0e05 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Add overlay values for shared connectivity APIs

Bug: 267765640
Test: atest SharedConnectivityManagerTest
Change-Id: Ia561180274e3647331db6509cf7bad2d5cc524a8
parent 1e81bf96
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2997,6 +2997,12 @@
    <string name="config_customAdbWifiNetworkConfirmationSecondaryUserComponent"
            >com.android.systemui/com.android.systemui.wifi.WifiDebuggingSecondaryUserActivity</string>

    <!-- Package name of the system service that implements the shared connectivity service -->
    <string translatable="false" name="shared_connectivity_service_package"></string>

    <!-- Intent action used when binding to the shared connectivity service -->
    <string translatable="false" name="shared_connectivity_service_intent_action"></string>

    <!-- Component name of the activity that shows the usb containment status. -->
    <string name="config_usbContaminantActivity" translatable="false"
            >com.android.systemui/com.android.systemui.usb.UsbContaminantActivity</string>
+3 −0
Original line number Diff line number Diff line
@@ -4938,6 +4938,9 @@
  <java-symbol type="bool" name="config_stopSystemPackagesByDefault"/>
  <java-symbol type="string" name="config_wearServiceComponent" />

  <java-symbol type="string" name="shared_connectivity_service_package" />
  <java-symbol type="string" name="shared_connectivity_service_intent_action" />

  <!-- Whether to show weather on the lockscreen by default. -->
  <java-symbol type="bool" name="config_lockscreenWeatherEnabledByDefault" />
</resources>