Merge "Add missing break statement."
am: 7a4b88de49
Change-Id: I3323063130b71f831d7c6356d0657161f84c9e38
This commit is contained in:
@@ -1724,6 +1724,7 @@ public final class ActivityThread {
|
||||
case LOCAL_VOICE_INTERACTION_STARTED:
|
||||
handleLocalVoiceInteractionStarted((IBinder) ((SomeArgs) msg.obj).arg1,
|
||||
(IVoiceInteractor) ((SomeArgs) msg.obj).arg2);
|
||||
break;
|
||||
case ATTACH_AGENT:
|
||||
handleAttachAgent((String) msg.obj);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user