Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 519cc65d authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 7d9fdd1e: Merge "Issue #17551667: Voice interaction service should be...

am 7d9fdd1e: Merge "Issue #17551667: Voice interaction service should be disabled..." into lmp-mr1-dev

* commit '7d9fdd1e':
  Issue #17551667: Voice interaction service should be disabled...
parents e12cfc23 7d9fdd1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@
-->

<permissions>
    <feature name="android.software.voice_recognizers" />
    <feature name="android.software.voice_recognizers" notLowRam="true" />
</permissions>
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
    <!-- basic system services -->
    <feature name="android.software.app_widgets" />
    <feature name="android.software.connectionservice" />
    <feature name="android.software.voice_recognizers" />
    <feature name="android.software.voice_recognizers" notLowRam="true" />
    <feature name="android.software.backup" />
    <feature name="android.software.home_screen" />
    <feature name="android.software.input_methods" />