summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorStanislav Zholnin <zholnin@google.com>2021-03-17 16:34:47 +0000
committerStanislav Zholnin <zholnin@google.com>2021-03-21 21:18:23 +0000
commit3c46aca4901efed151be0a7f950723fdd2073651 (patch)
tree68a5c53cd187dbead74ded354cf18b86e852a7de /core/java
parente1f9d6c954788df240b6f88cdb84a7cd335c2a89 (diff)
Add device config parameters to DiscreteRegistry.
DiscreteRegistry cut off and quantization can be set using adb shell device_config command. Bug: 176965672 Test: in development Change-Id: If4df5413d7c7f9bcbdcb751ac2ab772d51c1da80
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/provider/DeviceConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/provider/DeviceConfig.java b/core/java/android/provider/DeviceConfig.java
index e9bbcc79e9df..e68f330a2129 100644
--- a/core/java/android/provider/DeviceConfig.java
+++ b/core/java/android/provider/DeviceConfig.java
@@ -646,7 +646,7 @@ public final class DeviceConfig {
* @param name The name of the property to look up.
* @param defaultValue The value to return if the property does not exist or has no non-null
* value.
- * @return the corresponding value, or defaultValue if none exists.
+ * @return the correspondfing value, or defaultValue if none exists.
* @hide
*/
@SystemApi