From ccdb292eecc53c1343eaae0f4e0e9342326bad16 Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Thu, 24 Mar 2016 17:55:10 -0700 Subject: 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 --- api/cm_current.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/cm_current.txt b/api/cm_current.txt index 7168d70..e906245 100644 --- a/api/cm_current.txt +++ b/api/cm_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(); -- cgit v1.1