aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api/cm_current.txt2
-rw-r--r--system-api/cm_system-current.txt2
2 files changed, 4 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 {
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 {