aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/connect/data-saver.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/tech/connect/data-saver.html')
-rw-r--r--en/devices/tech/connect/data-saver.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/en/devices/tech/connect/data-saver.html b/en/devices/tech/connect/data-saver.html
index 32e3d6aa..133d3e55 100644
--- a/en/devices/tech/connect/data-saver.html
+++ b/en/devices/tech/connect/data-saver.html
@@ -31,7 +31,7 @@ this functionality to the user.
</p>
<p>
-The <a href="https://developer.android.com/preview/features/data-saver.html">Data Saver</a>
+The <a href="https://developer.android.com/training/basics/network-ops/data-saver">Data Saver</a>
feature can be turned on or off by the user. App developers
should use a new API to check if Data Saver mode is on. If it is on, the app
developers can handle the situation gracefully by tuning their applications for
@@ -50,7 +50,8 @@ ensures desired background data exchange when Data Saver is on per user control.
Since the Data Saver is a feature in the platform, device manufacturers gain its
functionality by default with the N release. Find the source files in:</br>
<a class="external"
- href="https://android.googlesource.com/platform/packages/apps/Settings/+/master/src/com/android/settings/datausage">packages/apps/Settings/src/com/android/settings/datausage</a>
+ href="https://android.googlesource.com/platform/packages/apps/Settings/+/master/src/com/android/settings/datausage">
+ packages/apps/Settings/src/com/android/settings/datausage</a>
</p>
<h3 id="settings-interface">Settings interface</h3>
@@ -93,10 +94,10 @@ apply Data Saver.</p>
<p>
All app developers must act to implement Data Saver, including OEMs and
carriers with preloaded apps. See
-<a href="https://developer.android.com/preview/features/data-saver.html">Data
+<a href="https://developer.android.com/training/basics/network-ops/data-saver">Data
Saver on developer.android.com</a> for app developer instructions on detecting
and monitoring Data Saver states. See the sections below for additional details
-helpful to partners. </p>
+helpful to partners.</p>
<p>
To optimize for Data Saver mode, apps should: