Merge "Fixed typo in class description." am: 9f59ca049c am: 5376d1acc7 am: 4a1d3071ed
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2168523 Change-Id: Idedef912759fb401d0797f76051da0e3a2b5f967 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -82,12 +82,12 @@ import java.util.function.Consumer;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* An active voice interaction session, providing a facility for the implementation
|
* An active voice interaction session, providing a facility for the implementation
|
||||||
* to interact with the user in the voice interaction layer. The user interface is
|
* to interact with the user in the voice interaction layer. The user interface is
|
||||||
* initially shown by default, and can be created be overriding {@link #onCreateContentView()}
|
* initially shown by default, and can be created by overriding {@link #onCreateContentView()}
|
||||||
* in which the UI can be built.
|
* in which the UI can be built.
|
||||||
*
|
*
|
||||||
* <p>A voice interaction session can be self-contained, ultimately calling {@link #finish}
|
* <p>A voice interaction session can be self-contained, ultimately calling {@link #finish}
|
||||||
* when done. It can also initiate voice interactions with applications by calling
|
* when done. It can also initiate voice interactions with applications by calling
|
||||||
* {@link #startVoiceActivity}</p>.
|
* {@link #startVoiceActivity}</p>.
|
||||||
*/
|
*/
|
||||||
public class VoiceInteractionSession implements KeyEvent.Callback, ComponentCallbacks2 {
|
public class VoiceInteractionSession implements KeyEvent.Callback, ComponentCallbacks2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user