diff options
Diffstat (limited to 'api/system-current.txt')
-rw-r--r-- | api/system-current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index ffcb86f..f11e113 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -1266,6 +1266,7 @@ package android { field public static final int summaryOff = 16843248; // 0x10101f0 field public static final int summaryOn = 16843247; // 0x10101ef field public static final int supportsAssist = 16844012; // 0x10104ec + field public static final int supportsLaunchVoiceAssistFromKeyguard = 16844022; // 0x10104f6 field public static final int supportsRtl = 16843695; // 0x10103af field public static final int supportsSwitchingToNextInputMethod = 16843755; // 0x10103eb field public static final int supportsUploading = 16843419; // 0x101029b @@ -31267,6 +31268,7 @@ package android.service.voice { method public final android.service.voice.AlwaysOnHotwordDetector createAlwaysOnHotwordDetector(java.lang.String, java.util.Locale, android.service.voice.AlwaysOnHotwordDetector.Callback); method public static boolean isActiveService(android.content.Context, android.content.ComponentName); method public android.os.IBinder onBind(android.content.Intent); + method public void onLaunchVoiceAssistFromKeyguard(); method public void onReady(); method public void onShutdown(); method public void showSession(android.os.Bundle, int); |