commit | bf57c2432cd329cea27fa8e7fe6b8bb92a45cd22 | [log] [tgz] |
---|---|---|
author | Surge1223 <surge1223@gmail.com> | Sat Dec 10 15:10:16 2016 -0600 |
committer | George G <kreach3r@users.noreply.github.com> | Thu Dec 29 01:53:06 2016 +0200 |
tree | 13c818c18eca8a9564abf38216c1a4d6e51118d4 | |
parent | eae8c9606df103b28d5f9da84372f873276da34f [diff] |
OMS7-N: Allow Play Store to filter out OMS-only themes This will be used in the separation of OMS and Legacy themes, and gets added inside /system/etc/permissions. Themers: To utilize this to create a theme only viewable on an OMS ROM, add: <uses-feature android:name="projekt.substratum.theme" android:required="true" /> to the AndroidManifest.xml in the theme's APK. Play Store will limit the theme to be viewed on OMS-only devices. Change-Id: Ibcda2fb3ecd4004d2a3c12560b4e7bdc07505703
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="TeamSubstratum/masquerade" remote="github" revision="master" />
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