Class android.service.voice.VoiceInteractionSession
Added interface android.content.ComponentCallbacks2.
Changed from abstract to non-abstract.
| Added Methods | |
|---|---|
void closeSystemDialogs() |
|
void dump(String, |
|
Context getContext() |
|
int getDisabledShowContext() |
|
LayoutInflater getLayoutInflater() |
|
int getUserDisabledShowContext() |
|
Dialog getWindow() |
|
void hide() |
|
void onAssistStructureFailure(Throwable) |
|
void onBackPressed() |
|
void onCancelRequest(Request) |
|
void onComputeInsets(Insets) |
|
void onConfigurationChanged(Configuration) |
|
View onCreateContentView() |
|
boolean[] onGetSupportedCommands(String[]) |
|
void onHandleAssist(Bundle, |
|
void onHandleScreenshot(Bitmap) |
|
void onHide() |
|
void onLockscreenShown() |
|
void onLowMemory() |
|
void onRequestAbortVoice(AbortVoiceRequest) |
|
void onRequestCommand(CommandRequest) |
|
void onRequestCompleteVoice(CompleteVoiceRequest) |
|
void onRequestConfirmation(ConfirmationRequest) |
|
void onRequestPickOption(PickOptionRequest) |
|
void onShow(Bundle, |
|
void onTaskFinished(Intent, |
|
void onTaskStarted(Intent, |
|
void onTrimMemory(int) |
|
void setDisabledShowContext(int) |
|
void setKeepAwake(boolean) |
|
void setTheme(int) |
|
void show(Bundle, |
|
void startVoiceActivity(Intent) |
|
| Changed Methods | ||
|---|---|---|
void onCreate() |
Change in signature from Bundle to void. |
|
| Added Fields | |
|---|---|
int SHOW_SOURCE_APPLICATION |
|
int SHOW_SOURCE_ASSIST_GESTURE |
|
int SHOW_WITH_ASSIST |
|
int SHOW_WITH_SCREENSHOT |
|
