substratum / template

The official Substratum Theme Template actively updated by the team!
Apache License 2.0
268 stars 477 forks source link

unathorized #25

Closed Pharrax closed 7 years ago

Pharrax commented 7 years ago

I tried to make a simple modification to the dimens.xml file but whenever I tap on the theme inside substratum a toast appears: This theme is unauthorized to be used on this device's set up. I have no idea why and how to fix that, google didn't help either.

Pharrax commented 7 years ago

Solution: In your ThemerConstants.java

  1. Remove LATEST from static final String TARGETED_SUBSTRATUM_VERSION = "LATEST"

  2. static final Boolean ENFORCE_GOOGLE_PLAY_INSTALL = true

Make it false

Credits to @ungeeked