Warn user about downloading update package via mobile data

Based on: https://github.com/LineageOS/android_packages_apps_CMUpdater/commit/89284925355ff221713572f85266ec524b582bdd
This commit is contained in:
Gabriele M
2017-08-08 10:32:48 +02:00
parent cdc4849767
commit acd7387d23
7 changed files with 81 additions and 1 deletions
+5
View File
@@ -115,4 +115,9 @@
<item quantity="one">1 hour</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> hours</item>
</plurals>
<string name="update_on_mobile_data_title">Warning</string>
<string name="update_on_mobile_data_message">You\'re about to download an update package using mobile data which is likely going to cause high data usage. Would you like to proceed?</string>
<string name="checkbox_mobile_data_warning">Do not show again</string>
<string name="menu_mobile_data_warning">Mobile data warning</string>
</resources>