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

Commit db92e352 authored by Sandeep Siddhartha's avatar Sandeep Siddhartha
Browse files

Fix build break

Change-Id: I7af700671f1a2e910b6e08498381c8adb40631f8
parent 256e1a62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ import android.content.Intent;
import android.os.Bundle;
import android.service.voice.AlwaysOnHotwordDetector;
import android.service.voice.AlwaysOnHotwordDetector.Callback;
import android.service.voice.AlwaysOnHotwordDetector.TriggerAudio;
import android.service.voice.AlwaysOnHotwordDetector.EventPayload;
import android.service.voice.VoiceInteractionService;
import android.util.Log;

@@ -37,7 +37,7 @@ public class MainInteractionService extends VoiceInteractionService {
        }

        @Override
        public void onDetected(TriggerAudio triggerAudio) {
        public void onDetected(EventPayload eventPayload) {
            Log.i(TAG, "onDetected");
        }