aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
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 {