Add config overlay flags for ActivityMode in Wear.

Bug: 70277751
Bug: 67479547
Bug: 67479806

Change-Id: I1219e3ad1a68e82aed75b84aca1988f501a26d3c
This commit is contained in:
Calvin On
2018-02-07 16:16:37 -08:00
parent cbc4d36dcc
commit 0fde868811
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>