summaryrefslogtreecommitdiff
path: root/libs/appfunctions
AgeCommit message (Collapse)Author
2025-01-29Remove EXECUTE_APP_FUNCTIONS_TRUSTED Tony Mak
Bug: 393122219 Test: atest CtsAppFunctionTestCases Flag: android.app.appfunctions.flags.enable_app_function_manager Change-Id: I1038766dc66375c5f9038d88d06b934ed0abc758
2025-01-08AppFunction Sidecar is frozen. Revert API Change Oluwarotimi Adesina
BUG: 354951810 BUG: 388454933 Flag: android.app.appfunctions.flags.enable_app_function_manager Test: atest AppFunctionManagerTest Change-Id: Ice6ecb6959047561b23d8f89c9ceb4e8c72d9110
2025-01-07Provide caller signingInfo on execute app function Oluwarotimi Adesina
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: Will Update CTS Bug: 386324561 Change-Id: Ia6929eca9342d0abf180b6b8b7e46f4c3baf176e
2025-01-03Add the missing SdkConstant annotation Tony Mak
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: Treehugger Bug: 357551503 Change-Id: I75369cd3d7254b2195b379124801c487a12dd215
2024-12-04Respect enterprise policy in AppFunctions Oluwarotimi Adesina
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: atest CtsAppFunctionTestCases -c Bug: 380442826 Change-Id: I277df0eade4787f906d426cfa5572f441747ad39
2024-11-09Merge "set the error msg to the super constructor" into main Tony Mak
2024-11-09set the error msg to the super constructor Tony Mak
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: cts Bug: 357551503 Change-Id: I399d1c8cfc4896fbce7bfe44555070f389bb6946
2024-11-08AppSearch PropertyPath does not allow non alphanumeric char Desh
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: cts Bug: 357551503 Change-Id: I01c3bbb24771b8ad1012259d3972638c1ffdd2c3
2024-11-07Update executeAppFunction to take a OutcomeReceiver Tony Mak
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: Existing CTS Bug: 376426049 Change-Id: Icec71cdcb79d3f22854cd4c28b65ca6d56d48883
2024-11-07remame appfunction sidecar jar Oluwarotimi Adesina
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: cts Bug: 357551503 Change-Id: I19b5d9a0856429ad9b072aaa3f9b8e5a0dfde063
2024-11-07API Council feedback Oluwarotimi Adesina
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: CTS Bug: 376890974 Change-Id: Idc835c2af581a0f60a2c64d2ffafbbb1a353356a
2024-10-31Add a dedicated error code for missing function ID Oluwarotimi Adesina
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: CTS Bug: 375121362 Change-Id: I917df5c09090e549dade1c666e3d2ccaa8e8ac92
2024-10-31Split the isAppFunctionEnabled method into two overloads Oluwarotimi Adesina
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: CTS Bug: 376426049 Change-Id: I94c7a73983fea746dbf0815c77cc5e3705974c5d
2024-10-31Add Error categories for AppFunction exe response Oluwarotimi Adesina
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: existing CTS Bug: 357551503 Change-Id: I9209234f28150ebde02886a1dddce0a218d43db0
2024-10-29Update AppFunction sidecar lib Documentation Oluwarotimi Adesina
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: Existing CTS Bug: 375121362 Change-Id: I565a875ed7966ce3b5f2b0e261ee26822bb0caca
2024-10-16Remove deprecated methods from AppFunctionManager and AppFunctionService. Utkarsh Nigam
All usage references have been updated. Change-Id: I9bd64c3bf2fba09d68c55a8a82e075250690cc09 Flag: android.app.appfunctions.flags.enable_app_function_manager Test: CTS Bug: 357551503
2024-10-04Add calling package onExecuteAppFunction Utkarsh Nigam
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: cts Bug: 357551503 Change-Id: I54440175a5c327d0af4b3605904064c080dd76ff
2024-10-03Make onExecuteAppFunction non-abstract and remove timeout results. Utkarsh Nigam
This is required so g3 usages can stop overriding this deprecated method and the timeout logic was removed in ag/29477656 Change-Id: Icd07685ea296403b48f4c3cbd74c2e7c3ad28430 Flag: android.app.appfunctions.flags.enable_app_function_manager Test: atest CtsAppFunctionTestCases -c Bug: 360864791
2024-09-30Add is/setAppFunctionEnabled to sidecar Tony Mak
Flag: android.app.appfunctions.flags.enable_app_function_manager Test: atest CtsAppFunctionTestCases -c BUG: 357551503 Change-Id: I4b9fd044da76f1ced1c7be0c6d894fc4e70d2a90
2024-09-25Update Sidecar Library with CancellationSignal. Utkarsh Nigam
Change-Id: I9df773bc51228eb52578a05e219f183863cae753 Flag: android.app.appfunctions.flags.enable_app_function_manager Test: atest CtsAppFunctionTestCases Bug: 360864791
2024-09-25Move SidecarConverterTest into framework/base/libs/tests Aldi Fahrezi
Test: atest AppFunctionsSidecarTestCases Bug: 369397124 Flag: NONE (just moving tests) Change-Id: I1bbc47b9beaf468b627039ee2614e619a97a1eea
2024-09-20Check in the sidecar name to jar path mapping Tony Mak
Note that the xml is not in the system image yet. Flag: android.app.appfunctions.flags.enable_app_function_manager Test: Build Bug: 360864791 Change-Id: Ie56b4323795378ba8ff6b5b3094ad0880136c2e1
2024-09-18Add AppFunctions Sidecar Aldi Fahrezi
Test: atest CtsAppFunctionTestCases Flag: NONE sidecar library (non platform) Change-Id: I2f8af326a2852314ab4ed9b54166024a8888dc63
2024-09-13Create owner file for appfunctions sidecar Tony Mak
Change-Id: Ic0a69f2cc20fbfea63229979a09ebf906887c23a