commit | 5136d71886c515828bd9e478a4a111d53aa74b04 | [log] [tgz] |
---|---|---|
author | Surge1223 <surge1223@gmail.com> | Sat Mar 04 01:08:19 2017 +0200 |
committer | Nathan Chancellor <natechancellor@gmail.com> | Sun Mar 05 02:34:23 2017 +0100 |
tree | 5ee3e5fd43db67d0c26f997cde188830d63318a9 | |
parent | cf8d545af45f0bf058ee35d59cbddeba5328bf0a [diff] |
AndroidManifest: Add protected broadcasts System is complaining without them, and we tried to fix it with a workaround last time, check here: https://substratum.review/#/c/330/ Now it isn't needed (and we should probably revert it). Change-Id: I175a834e7e50d6673680b4e78fee0f050992a6d2
Masquerade is Substratum's background service that runs functions that should run on a completely separate thread. This alleviates the stress on the main app and allows for Substratum to run more smoothly.
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 "masquerade" under PRODUCT_PACKAGES in "vendor/config/common.mk"
PRODUCT_PACKAGES += \ ...\ ...\ ...\ masquerade
Add the project path in "platform_manifest/default.xml"
<project path="packages/apps/masquerade" name="substratum/masquerade" remote="github" revision="n-rootless" />
platform_manifest/default.xml: https://github.com/TipsyOs/platform_manifest/commit/fbff9ea598ec04f4f4a69687a8024770fefa83de
vendor_tipsy/config/common.mk: https://github.com/TipsyOs/vendor_tipsy/commit/2e72dc4eb3a206fad34e9c4f130e270180eab1c2