diff options
| author | 2022-08-02 02:01:36 +0000 | |
|---|---|---|
| committer | 2022-08-02 02:01:36 +0000 | |
| commit | 9991cfe39239328ae67e9ad15039a71df354c4bd (patch) | |
| tree | f14a95463101986f073068774e7f7b9bcb27e09b | |
| parent | c0195d3c51e3f3f14bff32b9ef126b9c50516251 (diff) | |
| parent | 47c3d18be2ced938ab79db9a6836365ac577d5f5 (diff) | |
Merge "Fixed typo in class description." am: 9f59ca049c am: 5376d1acc7 am: 4a1d3071ed am: 3f3bdc48c5 am: 47c3d18be2
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2168523
Change-Id: Ib7fa77b65cc7179d4586f4835316bef74ceba773
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/java/android/service/voice/VoiceInteractionSession.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/service/voice/VoiceInteractionSession.java b/core/java/android/service/voice/VoiceInteractionSession.java index 42500b4cfcff..b7ec486d4830 100644 --- a/core/java/android/service/voice/VoiceInteractionSession.java +++ b/core/java/android/service/voice/VoiceInteractionSession.java @@ -84,12 +84,12 @@ import java.util.function.Consumer; /** * 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 - * initially shown by default, and can be created be overriding {@link #onCreateContentView()} + * to interact with the user in the voice interaction layer. The user interface is + * initially shown by default, and can be created by overriding {@link #onCreateContentView()} * in which the UI can be built. * * <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>. */ public class VoiceInteractionSession implements KeyEvent.Callback, ComponentCallbacks2 { |