UpdatesPreference: Allow to configure automated updates constraints

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-02-18 15:56:16 +08:00
parent 86d085fe55
commit 5c7289381f
9 changed files with 172 additions and 6 deletions

View File

@@ -40,6 +40,13 @@
app:min="1"
app:showSeekBarValue="true" />
<Preference
app:disableDependentsState="false"
app:iconSpaceReserved="false"
app:key="PREFERENCES_UPDATES_RESTRICTIONS"
app:summary="@string/pref_updates_restrictions_desc"
app:title="@string/pref_updates_restrictions_title" />
<PreferenceCategory
app:iconSpaceReserved="false"
app:singleLineTitle="false"