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

This commit is contained in:
TreeHugger Robot
2018-02-13 21:29:58 +00:00
committed by Android (Google) Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>