Implement automated updates check

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-06-17 22:14:05 +05:30
parent 42c54c5d1d
commit 9b8e3cf9c4
10 changed files with 294 additions and 5 deletions

View File

@@ -27,4 +27,11 @@
app:summary="@string/pref_updates_extended_desc"
app:title="@string/pref_updates_extended" />
<SwitchPreferenceCompat
app:defaultValue="true"
app:iconSpaceReserved="false"
app:key="PREFERENCE_UPDATES_CHECK"
app:summary="@string/pref_updates_check_desc"
app:title="@string/pref_updates_check" />
</androidx.preference.PreferenceScreen>