aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/security_preferences.xml
blob: a7174fafae2c3708b69dcd32c6e96eb0be2cdbab (plain) (blame)
1
2
3
4
5
6
7
8
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">

    <SwitchPreference
        app:defaultValue="false"
        app:key="require_auth_to_account_section"
        app:title="@string/settings_require_authentication_to_go_to_account_section_in_navigation_drawer" />

</PreferenceScreen>