From 588c05aeb875056e4f9d492b08ddaa71809250bb Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Fri, 22 Jan 2016 17:34:47 -0800 Subject: [PATCH] cmsdk: Update for new ll interfaces. Change-Id: I48a7b6aff3ed21db69539b7733e0159db866c270 --- api/cm_current.txt | 2 ++ system-api/cm_system-current.txt | 2 ++ 2 files changed, 4 insertions(+) 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 { diff --git a/system-api/cm_system-current.txt b/system-api/cm_system-current.txt index 153686b..2118013 100644 --- a/system-api/cm_system-current.txt +++ b/system-api/cm_system-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 {