From 982de1afa77b76588952a29315dfbd1ad9dc2d73 Mon Sep 17 00:00:00 2001 From: Desh Date: Fri, 8 Nov 2024 14:56:23 +0000 Subject: AppSearch PropertyPath does not allow non alphanumeric char Flag: android.app.appfunctions.flags.enable_app_function_manager Test: cts Bug: 357551503 Change-Id: I01c3bbb24771b8ad1012259d3972638c1ffdd2c3 --- .../com/android/extensions/appfunctions/ExecuteAppFunctionResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/appfunctions/java') 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 { * *

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. -- cgit v1.2.3-59-g8ed1b