Removed flvor checks. Added update settings under main settings.
This commit is contained in:
parent
6417bd91ef
commit
7124d9bca5
12 changed files with 107 additions and 36 deletions
13
app/src/main/res/xml/update_settings.xml
Normal file
13
app/src/main/res/xml/update_settings.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:key="general_preferences"
|
||||
android:title="@string/settings_category_updates_title">
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="@string/update_app_key"
|
||||
android:title="@string/updates_setting_title"
|
||||
android:summary="@string/updates_setting_description"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
Loading…
Add table
Add a link
Reference in a new issue