sdm710-common: Blacklist google hotword service

* Fixes mic issue in third party apps

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Michael W 2019-12-20 04:17:35 +00:00 committed by SamarV-121
parent d07301de0a
commit 1d041d65da

View file

@ -446,9 +446,13 @@
specified -->
<string name="default_wallpaper_component" translatable="false">com.breel.wallpapers19/com.breel.wallpapers19.doodle.wallpaper.variations.DoodleWallpaperV1</string>
<!-- The list of components which should be automatically disabled for a specific package. -->
<string-array name="config_disabledComponents" translatable="false">
<item>com.google.android.googlequicksearchbox/com.google.android.hotword.service.HotwordService</item>
</string-array>
<!-- Indicate whether closing the lid causes the device to go to sleep and opening
it causes the device to wake up.
The default is false. -->
<bool name="config_lidControlsSleep">true</bool>
</resources>