diff options
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/service/voice/VoiceInteractionService.java | 1 | ||||
| -rw-r--r-- | core/java/android/service/voice/VoiceInteractionSession.java | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/service/voice/VoiceInteractionService.java b/core/java/android/service/voice/VoiceInteractionService.java index 8c89ddb..77e2125 100644 --- a/core/java/android/service/voice/VoiceInteractionService.java +++ b/core/java/android/service/voice/VoiceInteractionService.java @@ -77,6 +77,7 @@ public class VoiceInteractionService extends Service { public static final int START_WITH_ASSIST = 1<<0; /** + * @hide * Flag for use with {@link #showSession}: request that the session be started with * a screen shot of the currently focused activity. */ diff --git a/core/java/android/service/voice/VoiceInteractionSession.java b/core/java/android/service/voice/VoiceInteractionSession.java index 71b7f76..f122d10 100644 --- a/core/java/android/service/voice/VoiceInteractionSession.java +++ b/core/java/android/service/voice/VoiceInteractionSession.java @@ -820,6 +820,7 @@ public abstract class VoiceInteractionSession implements KeyEvent.Callback, public void onHandleAssist(Bundle assistBundle) { } + /** @hide */ public void onHandleScreenshot(Bitmap screenshot) { } |
