diff options
| author | 2024-03-13 07:27:15 +0000 | |
|---|---|---|
| committer | 2024-03-13 20:34:05 +0000 | |
| commit | 1b138bbab411a0d60ac9238a3d8932b90204e09b (patch) | |
| tree | d417fb47b16f71bb4c635d606c29b6cdbe6ff16d | |
| parent | 163fd0c613d3746c26af592c07a04042fa6ac36e (diff) | |
Proper deprecate VQDS egress API
According to go/android-api-guidelines#deprecation-appropriate, the new API should not be deprecate if its functionality does not break. Removing the TODO.
Bug: 324341724
Test: N/A
Change-Id: I0d2faf8a70881a26c5f02531343b5a20a81f16d7
| -rw-r--r-- | core/java/android/service/voice/VisualQueryDetectionService.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/service/voice/VisualQueryDetectionService.java b/core/java/android/service/voice/VisualQueryDetectionService.java index 887b5751ffc8..b9f4c3272207 100644 --- a/core/java/android/service/voice/VisualQueryDetectionService.java +++ b/core/java/android/service/voice/VisualQueryDetectionService.java @@ -262,7 +262,6 @@ public abstract class VisualQueryDetectionService extends Service public void onStopDetection() { } - // TODO(b/324341724): Properly deprecate this API. /** * Informs the system that the attention is gained for the interaction intention * {@link VisualQueryAttentionResult#INTERACTION_INTENTION_AUDIO_VISUAL} with @@ -343,7 +342,6 @@ public abstract class VisualQueryDetectionService extends Service } } - // TODO(b/324341724): Properly deprecate this API. /** * Informs the {@link VisualQueryDetector} with the text content being captured about the * query from the audio source. {@code partialQuery} is provided to the |