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

Commit ecc7498b authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Turn off voice interaction service restrction for now

Need to wait for the prebuilt to update.

Change-Id: I5501c2ba23e6e18379aa0859b248446c82de6cdc
parent 38781bd2
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);