summaryrefslogtreecommitdiff
path: root/libs/appfunctions/java
diff options
context:
space:
mode:
author Desh <oadesina@google.com> 2024-11-08 14:56:23 +0000
committer Desh <oadesina@google.com> 2024-11-08 14:59:16 +0000
commit982de1afa77b76588952a29315dfbd1ad9dc2d73 (patch)
tree220155b5027abf00f47ea91d77af725d988ccda5 /libs/appfunctions/java
parent2f8329c7e0c08b9ebd7a4598c4d4b5b1384151c4 (diff)
AppSearch PropertyPath does not allow non alphanumeric char
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: cts Bug: 357551503 Change-Id: I01c3bbb24771b8ad1012259d3972638c1ffdd2c3
Diffstat (limited to 'libs/appfunctions/java')
-rw-r--r--libs/appfunctions/java/com/android/extensions/appfunctions/ExecuteAppFunctionResponse.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/appfunctions/java/com/android/extensions/appfunctions/ExecuteAppFunctionResponse.java b/libs/appfunctions/java/com/android/extensions/appfunctions/ExecuteAppFunctionResponse.java
index 42c3c033ad38..0826f04a50dd 100644
--- a/libs/appfunctions/java/com/android/extensions/appfunctions/ExecuteAppFunctionResponse.java
+++ b/libs/appfunctions/java/com/android/extensions/appfunctions/ExecuteAppFunctionResponse.java
@@ -39,7 +39,7 @@ public final class ExecuteAppFunctionResponse {
*
* <p>See {@link #getResultDocument} for more information on extracting the return value.
*/
- public static final String PROPERTY_RETURN_VALUE = "android_app_appfunctions_returnvalue";
+ public static final String PROPERTY_RETURN_VALUE = "androidAppfunctionsReturnValue";
/**
* Returns the return value of the executed function.