commit | e9e6979ecd441be0766735c029f84c798429e7f1 | [log] [tgz] |
---|---|---|
author | George G <kreach3r@users.noreply.github.com> | Sun Mar 05 03:01:29 2017 +0200 |
committer | Nicholas Philip Chum <nicholaschum@gmail.com> | Tue Mar 07 00:20:45 2017 +0100 |
tree | 71c476f2d452fbc644ffc71c5b1ca023a256f405 | |
parent | 5136d71886c515828bd9e478a4a111d53aa74b04 [diff] |
Welcome to Theme Interfacer! [1/2] Change-Id: If9c2dce034c19916748dbebf015efdd16b9018db
ThemeInterfacer is the background service of the theme system developed by the Projekt team. It allows theme apps (including Substratum) to run system wide operations, otherwise unobtainable without root access. This also alleviates the performance stress on the theme app.
If you are a ROM developer, by now you should know how to track new packages while building your ROM. However, if you don't - please follow these steps:
Add "ThemeInterfacer" in your PRODUCT_PACKAGES
PRODUCT_PACKAGES += \ ...\ ...\ ...\ ThemeInterfacer
Don't forget to add the project path in your AOSP manifest:
<project path="packages/apps/ThemeInterfacer" name="substratum/interfacer" remote="github" revision="n-rootless" />