aboutsummaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2016-04-07 12:59:28 -0700
committerd34d <clark@cyngn.com>2016-04-12 09:09:33 -0700
commit16d3dc672e272c45c9474ff14c0e3494c5479a74 (patch)
tree0ab390bb5d145f610a3e63bca0ef96168b1233af /system-api
parent34bf4866db96a1b250edc05e6e0b0fdb296f0aae (diff)
downloadvendor_cmsdk-16d3dc672e272c45c9474ff14c0e3494c5479a74.zip
vendor_cmsdk-16d3dc672e272c45c9474ff14c0e3494c5479a74.tar.gz
vendor_cmsdk-16d3dc672e272c45c9474ff14c0e3494c5479a74.tar.bz2
LLS: Deprecate collapseNotificationPanel [1/2]
collapseNotificationPanel is no longer applicable with the updated UX so deprecate it and document that it will essentially be a no-op Change-Id: I285bb48e3a9ffec8d554f880edf17e5105c94018 TICKET: CYNGNOS-2392
Diffstat (limited to 'system-api')
-rw-r--r--system-api/cm_system-current.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-api/cm_system-current.txt b/system-api/cm_system-current.txt
index b0e7678..ff84505 100644
--- a/system-api/cm_system-current.txt
+++ b/system-api/cm_system-current.txt
@@ -427,7 +427,7 @@ package cyanogenmod.externalviews {
protected abstract class KeyguardExternalViewProviderService.Provider {
ctor protected KeyguardExternalViewProviderService.Provider(android.os.Bundle);
- method protected final void collapseNotificationPanel();
+ method protected final deprecated void collapseNotificationPanel();
method protected android.os.Bundle getOptions();
method protected void onAttach();
method protected abstract void onBouncerShowing(boolean);