Add defaultDndAccessPackages to wahoo overlay.

This is required for the Smart Notifications feature (b/30982945) to
provide DND rules.

Test: NA
Change-Id: I826da7f5189a06effd0dda331852cc3d9a31f202
This commit is contained in:
Matt Sharifi
2017-04-14 18:37:30 +02:00
parent 13a91b2731
commit a9df0592a0

View File

@@ -360,6 +360,9 @@
<!-- If this is true, device supports Sustained Performance Mode. -->
<bool name="config_sustainedPerformanceModeSupported">true</bool>
<!-- True if Unprocessed audio source supports the required frequency range and level -->
<!-- True if Unprocessed audio source supports the required frequency range and level -->
<bool name="config_supportAudioSourceUnprocessed">true</bool>
<!-- Colon separated list of package names that should be granted DND access -->
<string name="config_defaultDndAccessPackages" translatable="false">com.google.intelligence.sense</string>
</resources>