Shared Storage optional setting
This commit is contained in:
@ -31,11 +31,17 @@
|
||||
|
||||
<PreferenceCategory app:title="@string/local_header">
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="use_shared_storage"
|
||||
android:title="@string/use_shared_storage" />
|
||||
|
||||
<Preference
|
||||
app:key="local_storage"
|
||||
app:title="@string/local_storage"
|
||||
app:defaultValue="@string/local_storage_def"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
app:key="shared_storage"
|
||||
app:title="@string/shared_storage"
|
||||
app:defaultValue="@string/shared_storage_def"
|
||||
app:useSimpleSummaryProvider="true"
|
||||
app:isPreferenceVisible="false"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
Reference in New Issue
Block a user