diff options
| author | Dianne Hackborn <hackbod@google.com> | 2015-05-18 17:48:40 -0700 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2015-05-18 17:48:40 -0700 |
| commit | 38a499edf5542fbd0948a02b77ecd84c0d62a846 (patch) | |
| tree | b387fdbfe9ad8eaa4b9e22275fe5f011ee527ecd /api/system-current.txt | |
| parent | d5538758af0f6fea0695d3682e9aad2613ab9192 (diff) | |
| download | frameworks_base-38a499edf5542fbd0948a02b77ecd84c0d62a846.zip frameworks_base-38a499edf5542fbd0948a02b77ecd84c0d62a846.tar.gz frameworks_base-38a499edf5542fbd0948a02b77ecd84c0d62a846.tar.bz2 | |
Remove screenshot APIs.
Change-Id: I1efdb7945bd52f5f43c7103480be3d7dac60018b
Diffstat (limited to 'api/system-current.txt')
| -rw-r--r-- | api/system-current.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index d2e0556..3209169 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -31020,7 +31020,6 @@ package android.service.voice { field public static final java.lang.String SERVICE_META_DATA = "android.voice_interaction"; field public static final int START_SOURCE_ASSIST_GESTURE = 4; // 0x4 field public static final int START_WITH_ASSIST = 1; // 0x1 - field public static final int START_WITH_SCREENSHOT = 2; // 0x2 } public abstract class VoiceInteractionSession implements android.content.ComponentCallbacks2 android.view.KeyEvent.Callback { @@ -31046,7 +31045,6 @@ package android.service.voice { method public void onDestroy(); method public boolean[] onGetSupportedCommands(android.service.voice.VoiceInteractionSession.Caller, java.lang.String[]); method public void onHandleAssist(android.os.Bundle); - method public void onHandleScreenshot(android.graphics.Bitmap); method public void onHide(); method public boolean onKeyDown(int, android.view.KeyEvent); method public boolean onKeyLongPress(int, android.view.KeyEvent); |
