summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2015-02-13 09:46:33 -0800
committerDianne Hackborn <hackbod@google.com>2015-02-13 10:13:20 -0800
commit954311bc4813c4165703480898aca307ca868272 (patch)
tree283006f66220a6db3f6fcc0fb636e15731d58f06 /api
parentb75f767c37d2184ace1ec747ae7485b8148c07fc (diff)
downloadprebuilts_sdk-954311bc4813c4165703480898aca307ca868272.zip
prebuilts_sdk-954311bc4813c4165703480898aca307ca868272.tar.gz
prebuilts_sdk-954311bc4813c4165703480898aca307ca868272.tar.bz2
Changing some of the voice interaction methods.
These weren't really useful, anyway, and we still have the old ones hidden away for now (though not @removed because apps aren't really going to be able ot use this stuff until M.) Change-Id: Ib590403a17b7f24cf87f6f2478a3a645a280c46b
Diffstat (limited to 'api')
-rw-r--r--api/23.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/23.txt b/api/23.txt
index ab7f251..a844599 100644
--- a/api/23.txt
+++ b/api/23.txt
@@ -27155,7 +27155,6 @@ package android.service.voice {
method public android.os.IBinder onBind(android.content.Intent);
method public void onReady();
method public void onShutdown();
- method public void startSession(android.os.Bundle);
field public static final java.lang.String SERVICE_INTERFACE = "android.service.voice.VoiceInteractionService";
field public static final java.lang.String SERVICE_META_DATA = "android.voice_interaction";
}
@@ -27165,7 +27164,6 @@ package android.service.voice {
ctor public VoiceInteractionSession(android.content.Context, android.os.Handler);
method public void finish();
method public void onCloseSystemDialogs();
- method public void onCreate(android.os.Bundle);
method public void onDestroy();
method public boolean onKeyDown(int, android.view.KeyEvent);
method public boolean onKeyLongPress(int, android.view.KeyEvent);