aboutsummaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-03-24 17:55:10 -0700
committerAdnan Begovic <adnan@cyngn.com>2016-03-25 11:19:46 -0700
commitccdb292eecc53c1343eaae0f4e0e9342326bad16 (patch)
tree3db456c6e25730cf368927185f74bfddc26e9787 /system-api
parentc4062110451335c123c3c36db8a1eadae1b163ad (diff)
downloadvendor_cmsdk-ccdb292eecc53c1343eaae0f4e0e9342326bad16.zip
vendor_cmsdk-ccdb292eecc53c1343eaae0f4e0e9342326bad16.tar.gz
vendor_cmsdk-ccdb292eecc53c1343eaae0f4e0e9342326bad16.tar.bz2
cmsdk: Mandate themes feature xml's for service implementation.
The feature xml plays two roles: 1) To allow sdk interface (constructor) to throw when system service is unavailable. This allows for clearer platform development debugging. 2) To allow for simpler disambiguation of what services to instrument in a modular environment. Change-Id: I67b16a0725ed89d5ddbc973b09337d6227087e4d TICKET: CYNGNOS-2295
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 7168d70..e906245 100644
--- a/system-api/cm_system-current.txt
+++ b/system-api/cm_system-current.txt
@@ -1073,7 +1073,7 @@ package cyanogenmod.themes {
public class ThemeManager {
method public deprecated void addClient(cyanogenmod.themes.ThemeManager.ThemeChangeListener);
method public void applyDefaultTheme();
- method public static cyanogenmod.themes.ThemeManager getInstance();
+ method public static cyanogenmod.themes.ThemeManager getInstance(android.content.Context);
method public cyanogenmod.themes.ThemeChangeRequest.RequestType getLastThemeChangeRequestType();
method public long getLastThemeChangeTime();
method public int getProgress();