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

Commit 420f13f2 authored by Isaac Katzenelson's avatar Isaac Katzenelson Committed by Android (Google) Code Review
Browse files

Merge "Add overlay values for shared connectivity APIs"

parents 3c62f1de b08c0e05
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>