Fix global update ignoring network constraint (#7188)

* update library update network constraint logic

* add explicit 'only on unmetered network' update constraint

(cherry picked from commit 63238b388d)
This commit is contained in:
Chris
2022-05-28 15:09:53 +02:00
committed by arkon
parent 940409a4c3
commit c76a136d3f
4 changed files with 11 additions and 21 deletions

View File

@@ -222,6 +222,7 @@
<string name="update_weekly">Weekly</string>
<string name="pref_library_update_restriction">Automatic updates device restrictions</string>
<string name="connected_to_wifi">Only on Wi-Fi</string>
<string name="network_not_metered">Only on unmetered Network</string>
<string name="charging">Charging</string>
<string name="battery_not_low">Battery not low</string>
<string name="restrictions">Restrictions: %s</string>