diff options
author | Clark Scheff <clark@cyngn.com> | 2015-02-02 09:42:23 -0800 |
---|---|---|
committer | Clark Scheff <clark@cyngn.com> | 2015-10-27 10:39:53 -0700 |
commit | 0e365250c8c08021c7bd9aa63bd171bfe195faf9 (patch) | |
tree | 8c9e0838bfbb5d2f885c54c8ab849dfd517ed249 /core/java/android/content | |
parent | 7c5912d0af898691d87b72314dd04c01cff01b63 (diff) | |
download | frameworks_base-0e365250c8c08021c7bd9aa63bd171bfe195faf9.zip frameworks_base-0e365250c8c08021c7bd9aa63bd171bfe195faf9.tar.gz frameworks_base-0e365250c8c08021c7bd9aa63bd171bfe195faf9.tar.bz2 |
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
Diffstat (limited to 'core/java/android/content')
-rw-r--r-- | core/java/android/content/res/IThemeService.aidl | 2 |
1 files changed, 2 insertions, 0 deletions
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(); } |