blob: d43c238484368dde1828380ce135baea5c7fea71 (
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_title" />
</PreferenceScreen>
|