diff options
| author | 2022-08-02 01:01:19 +0000 | |
|---|---|---|
| committer | 2022-08-02 01:01:19 +0000 | |
| commit | 4a1d3071ed7ca4f8d2d2af59aa7ce0d8466801fd (patch) | |
| tree | aea3587b8c3b407d4a16fbdd96382ffbd1ed3580 | |
| parent | d34388f8fd8cb362804cb7ce9f64a6c526ef6f74 (diff) | |
| parent | 5376d1acc73c4e5e1658e80afb082892131ba46c (diff) | |
Merge "Fixed typo in class description." am: 9f59ca049c am: 5376d1acc7
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2168523
Change-Id: I63db687b155e90f5c0c27812e9d9b5e8ddaaa7c6
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 b783f6b8fd51..11b60cad8940 100644 --- a/core/java/android/service/voice/VoiceInteractionSession.java +++ b/core/java/android/service/voice/VoiceInteractionSession.java @@ -82,12 +82,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 { |