summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorMatt Pietal <mpietal@google.com>2020-03-26 23:06:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-03-26 23:06:36 +0000
commite1e4e04ffef325a7eedbdcbe89c1c32dd6d8c3a7 (patch)
tree1e66da49d099a09652f2aa4036269866b2f4ad76 /core/java
parent04dfb4263f8cfbcb47f0a96154f614bc288f260c (diff)
parentea87e741f166e6b8e7a319a0bd9e48e29a991f9a (diff)
Merge "Controls UI - Support remaining confirmation dialogs" into rvc-dev
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/service/controls/actions/ControlAction.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/service/controls/actions/ControlAction.java b/core/java/android/service/controls/actions/ControlAction.java
index 37a75f0e9e5a..10f526d6565c 100644
--- a/core/java/android/service/controls/actions/ControlAction.java
+++ b/core/java/android/service/controls/actions/ControlAction.java
@@ -136,7 +136,8 @@ public abstract class ControlAction {
/**
* Response code for the {@code consumer} in
* {@link ControlsProviderService#performControlAction} indicating that in order for the action
- * to be performed, acknowledgment from the user is required.
+ * to be performed, acknowledgment from the user is required. Any non-empty string returned
+ * from {@link #getChallengeValue} shall be treated as a positive acknowledgment.
*/
public static final @ResponseResult int RESPONSE_CHALLENGE_ACK = 3;
/**