Hide widget stacks feature for non-developers

This commit is contained in:
2019-12-29 08:22:02 -06:00
parent 8341956a90
commit caed1aef79
5 changed files with 57 additions and 28 deletions

View File

@@ -153,6 +153,11 @@
android:key="pref_developer"
android:title="Enable developer mode"/>
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_feature_widget_stack"
android:title="Enable widget stacks"/>
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_feature_sync"