OSDN Git Service

Fix documentation typo.
authorKweku Adams <kwekua@google.com>
Tue, 12 Jan 2016 19:46:52 +0000 (11:46 -0800)
committerKweku Adams <kwekua@google.com>
Tue, 12 Jan 2016 19:57:34 +0000 (19:57 +0000)
Change-Id: Ia40d67069f4789d8f8d0a7cb5dcf447cedec9950

core/java/android/provider/Settings.java

index d4c9944..a6485e4 100644 (file)
@@ -641,7 +641,7 @@ public final class Settings {
      * provided by the platform for applications to operate correctly in the various power
      * saving mode.  This is only for unusual applications that need to deeply control their own
      * execution, at the potential expense of the user's battery life.  Note that these applications
-     * greatly run the risk of showing to the user has how power consumers on their device.</p>
+     * greatly run the risk of showing to the user as high power consumers on their device.</p>
      * <p>
      * Input: The Intent's data URI must specify the application package name
      * to be shown, with the "package" scheme.  That is "package:com.my.app".