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

Commit 85a6db68 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add config overlay flags for ActivityMode in Wear."

parents ee503da8 0fde8688
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3311,4 +3311,9 @@
    <!-- IWLAN network service package name to bind to by default. If none is specified in an overlay, an
         empty string is passed in -->
    <string name="config_wlan_network_service_package" translatable="false"></string>

    <!-- Wear devices: Controls the radios affected by Activity Mode. -->
    <string-array name="config_wearActivityModeRadios">
        <item>"wifi"</item>
    </string-array>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -3254,4 +3254,7 @@
  <java-symbol type="bool" name="config_keepRestrictedProfilesInBackground" />

  <java-symbol type="array" name="config_ringtoneEffectUris" />

  <!-- For Wear devices -->
  <java-symbol type="array" name="config_wearActivityModeRadios" />
</resources>