mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-15 06:14:57 +00:00
14 lines
462 B
XML
14 lines
462 B
XML
|
<?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>
|