aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMatt Garnes <matt@cyngn.com>2015-09-05 14:25:07 -0700
committerRaj Yengisetty <rajesh@cyngn.com>2015-09-08 17:28:20 -0700
commiteabd57572113efd495df052a3694442d0915f313 (patch)
treeb0dd6f7e3c28a4fd4c31beff4ee4ab5d623e8b0c /api
parenta458122384e38b638eae10f9f670b7f5345521b8 (diff)
downloadvendor_cmsdk-eabd57572113efd495df052a3694442d0915f313.zip
vendor_cmsdk-eabd57572113efd495df052a3694442d0915f313.tar.gz
vendor_cmsdk-eabd57572113efd495df052a3694442d0915f313.tar.bz2
Add Broadcast action and query API for AudioSource.HOTWORD.
- Add ACTION_HOTWORD_INPUT_CHANGED broadcast action and related extras. - Add getCurrentHotwordPackageName() API to SettingsManager to query the current package name of the application that controls the HOTWORD input. - Rename SettingsManager to PartnerInterface. Change-Id: I5987499cd32908c47a7e8e95d644c483dc32914c
Diffstat (limited to 'api')
-rw-r--r--api/cm_current.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/cm_current.txt b/api/cm_current.txt
index 7597153..b04ab7d 100644
--- a/api/cm_current.txt
+++ b/api/cm_current.txt
@@ -316,8 +316,8 @@ package cyanogenmod.app {
field public static final int PROFILES_STATE_ENABLED = 1; // 0x1
}
- public class SettingsManager {
- method public static cyanogenmod.app.SettingsManager getInstance(android.content.Context);
+ public class PartnerInterface {
+ method public static cyanogenmod.app.PartnerInterface getInstance(android.content.Context);
method public void rebootDevice();
method public void setAirplaneModeEnabled(boolean);
method public void setMobileDataEnabled(boolean);