From 5f0462a4f57d857a7fda3c5b7ecc075c7b9c1f6f Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 19 Nov 2013 13:15:07 -0800 Subject: Doc change: move localized files into an intl dir. Build output remains the same for online, offline, and ds docs. Change-Id: Ia75712323563cf56f0224822cb7977f3421f8527 --- .../training/monitoring-device-state/index.jd | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/html-intl/intl/zh-cn/training/monitoring-device-state/index.jd (limited to 'docs/html-intl/intl/zh-cn/training/monitoring-device-state/index.jd') diff --git a/docs/html-intl/intl/zh-cn/training/monitoring-device-state/index.jd b/docs/html-intl/intl/zh-cn/training/monitoring-device-state/index.jd new file mode 100644 index 0000000..aa10753 --- /dev/null +++ b/docs/html-intl/intl/zh-cn/training/monitoring-device-state/index.jd @@ -0,0 +1,49 @@ +page.title=优化电池使用时间 + +trainingnavtop=true +startpage=true +next.title=监控电池电量和充电状态 +next.link=battery-monitoring.html + +@jd:body + +
+
+ +

依存关系和前提条件

+ + +

您还应参阅

+ + +
+
+ +

为了打造一个优秀的应用,您应设法降低应用对电池使用时间的影响。阅读完本教程后,您就可以让自己构建的应用根据其所在设备的状态来监控和调整自身的功能和行为。

+ +

要确保在不影响用户体验的情况下最大程度地降低应用对电池使用时间的影响,您可以采取一些措施,例如在网络连接断开时停用后台服务更新,或在电池电量较低时降低此类更新的频率。

+ +

教程

+ + + +
+
监控电池电量和充电状态
+
了解如何通过确定和监控当前的电池电量和充电状态的变化来相应地调整应用的更新频率。
+ +
确定和监控基座对接状态和类型
+
最佳刷新频率可能各有不同,具体取决于安装了相关应用的设备的使用方式。了解如何确定和监控所用基座的对接状态和类型,以便相应地调整应用的行为。
+ +
确定和监控网络连接状态
+
如果没有互联网连接,您就无法通过在线来源更新应用。了解如何查看连接状态,以便相应地调整后台更新频率。您还可以了解如何在执行高带宽操作前查看 Wi-Fi 或移动连接的状态。
+ +
根据需要操作广播接收器
+
您可以在运行时切换自己在清单中声明的广播接收器,以便根据当前设备状态停用不需要的接收器。了解如何在设备未处于特定状态的情况下切换和层叠状态变化接收器和延迟操作,以便提高效率。
+
\ No newline at end of file -- cgit v1.1