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

Commit 3eb780bc authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Turn off voice interaction service restrction for now" into lmp-dev

parents dd8e48f3 ecc7498b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -99,10 +99,11 @@ public class VoiceInteractionServiceInfo {
                mParseError = "No sessionService specified";
                return;
            }
            /* Not yet time
            if (mRecognitionService == null) {
                mParseError = "No recogitionService specified";
                return;
            }
            } */
        } catch (XmlPullParserException e) {
            mParseError = "Error parsing voice interation service meta-data: " + e;
            Log.w(TAG, "error parsing voice interaction service meta-data", e);