|
|
|
@ -68,14 +68,13 @@
|
|
|
|
app:allowDividerAbove="true"
|
|
|
|
app:allowDividerAbove="true"
|
|
|
|
app:iconSpaceReserved="false">
|
|
|
|
app:iconSpaceReserved="false">
|
|
|
|
|
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
<MultiSelectListPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:defaultValue="@array/values_track_sources_default"
|
|
|
|
android:key="@string/key_app_update_auto"
|
|
|
|
android:entries="@array/track_sources"
|
|
|
|
android:summary="@string/show_notification_app_update"
|
|
|
|
android:entryValues="@array/values_track_sources"
|
|
|
|
android:title="@string/application_update"
|
|
|
|
android:key="@string/key_track_sources"
|
|
|
|
app:iconSpaceReserved="false"
|
|
|
|
android:title="@string/track_sources"
|
|
|
|
app:isPreferenceVisible="false"
|
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
tools:isPreferenceVisible="true" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:defaultValue="true"
|
|
|
|
@ -90,6 +89,15 @@
|
|
|
|
android:title="@string/notifications_settings"
|
|
|
|
android:title="@string/notifications_settings"
|
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
|
|
|
|
android:defaultValue="true"
|
|
|
|
|
|
|
|
android:key="@string/key_app_update_auto"
|
|
|
|
|
|
|
|
android:summary="@string/show_notification_app_update"
|
|
|
|
|
|
|
|
android:title="@string/application_update"
|
|
|
|
|
|
|
|
app:iconSpaceReserved="false"
|
|
|
|
|
|
|
|
app:isPreferenceVisible="false"
|
|
|
|
|
|
|
|
tools:isPreferenceVisible="true" />
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceScreen>
|
|
|
|
</PreferenceScreen>
|