aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-01-22 17:34:47 -0800
committerAdnan Begovic <adnan@cyngn.com>2016-01-22 17:35:58 -0800
commit588c05aeb875056e4f9d492b08ddaa71809250bb (patch)
treef40f43744be8ae0c4c94a808b53b09aa7b2016cb /api
parent7ee149d5290ef45ed3f793d4970a5f52ef9130c4 (diff)
downloadvendor_cmsdk-588c05aeb875056e4f9d492b08ddaa71809250bb.zip
vendor_cmsdk-588c05aeb875056e4f9d492b08ddaa71809250bb.tar.gz
vendor_cmsdk-588c05aeb875056e4f9d492b08ddaa71809250bb.tar.bz2
cmsdk: Update for new ll interfaces.
Change-Id: I48a7b6aff3ed21db69539b7733e0159db866c270
Diffstat (limited to 'api')
-rw-r--r--api/cm_current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/cm_current.txt b/api/cm_current.txt
index 153686b..2118013 100644
--- a/api/cm_current.txt
+++ b/api/cm_current.txt
@@ -374,6 +374,8 @@ package cyanogenmod.externalviews {
ctor public KeyguardExternalViewProviderService();
method protected abstract cyanogenmod.externalviews.KeyguardExternalViewProviderService.Provider createExternalView(android.os.Bundle);
method public final android.os.IBinder onBind(android.content.Intent);
+ field public static final java.lang.String META_DATA = "cyanogenmod.externalviews.keyguard";
+ field public static final java.lang.String SERVICE_INTERFACE = "cyanogenmod.externalviews.KeyguardExternalViewProviderService";
}
protected abstract class KeyguardExternalViewProviderService.Provider {