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:
parent
d07301de0a
commit
1d041d65da
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue