diff options
| author | 2019-04-16 01:20:05 +0000 | |
|---|---|---|
| committer | 2019-04-16 01:20:05 +0000 | |
| commit | 805c739ada804fee1dfa1f47113889be03925aa3 (patch) | |
| tree | d8bf9d3c9c6bcbc0b38463dea48531b43e29fc30 | |
| parent | 0c7f7a1ee6b503aecdd303fe2ccf01be213bce37 (diff) | |
| parent | 21cbc636029ce2e96f965e72c058b889d0aac4ad (diff) | |
Merge "Ui should be UI in the javadoc" into qt-dev
| -rw-r--r-- | core/java/android/service/voice/VoiceInteractionSession.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/service/voice/VoiceInteractionSession.java b/core/java/android/service/voice/VoiceInteractionSession.java index 6f274477431f..5b5f3b843c50 100644 --- a/core/java/android/service/voice/VoiceInteractionSession.java +++ b/core/java/android/service/voice/VoiceInteractionSession.java @@ -123,7 +123,7 @@ public class VoiceInteractionSession implements KeyEvent.Callback, ComponentCall /** * Flag for use with {@link #onShow}: indicates that the voice interaction service was invoked - * from an Android automotive system Ui. + * from an Android automotive system UI. */ public static final int SHOW_SOURCE_AUTOMOTIVE_SYSTEM_UI = 1 << 7; |