package com.forfan.bigbang.component.service.voiceInteraction;
import android.annotation.TargetApi;
import android.os.Build;
import android.service.voice.VoiceInteractionService;
import com.forfan.bigbang.util.LogUtil;
/**
* Created by penglu on 2016/12/16.
*/
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class BBVoiceInteractionService extends VoiceInteractionService {
}