From 0e365250c8c08021c7bd9aa63bd171bfe195faf9 Mon Sep 17 00:00:00 2001 From: Clark Scheff Date: Mon, 2 Feb 2015 09:42:23 -0800 Subject: Themes: Add tm command line tool This will allow us to perform automated testing using the theme manager as well as a quick way to perform the various functions that the theme service provides via the command line. Change-Id: Id0aa906bb3400225b93080f7a8c2284a8fcf3c44 --- core/java/android/content/res/IThemeService.aidl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/java/android/content') diff --git a/core/java/android/content/res/IThemeService.aidl b/core/java/android/content/res/IThemeService.aidl index e8bb5c4..101ace9 100644 --- a/core/java/android/content/res/IThemeService.aidl +++ b/core/java/android/content/res/IThemeService.aidl @@ -37,4 +37,6 @@ interface IThemeService { boolean isThemeBeingProcessed(String themePkgName); void registerThemeProcessingListener(in IThemeProcessingListener listener); void unregisterThemeProcessingListener(in IThemeProcessingListener listener); + + void rebuildResourceCache(); } -- cgit v1.1