Skip to content

Commit

Permalink
Disable the permission by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaschum committed Feb 28, 2017
1 parent e354e23 commit 292a84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Expand Up @@ -9,7 +9,7 @@

<uses-feature
android:name="projekt.substratum.theme"
android:required="true" />
android:required="false" /> <!-- Set to true for block to be enabled -->

<application
android:allowBackup="false"
Expand Down

0 comments on commit 292a84e

Please sign in to comment.