commit | 43db210f0f411fc9886fa7704eab8325b64eb92d | [log] [tgz] |
---|---|---|
author | Utkarsh Nigam <[email protected]> | Thu Sep 12 14:58:46 2024 +0000 |
committer | Utkarsh Nigam <[email protected]> | Thu Sep 12 16:14:00 2024 +0000 |
tree | f920048c7c5c442e03ec7b656c646760c86bddea | |
parent | 7cc8ea4c8e0a28751b55abedc1a4b11dcfd9fe28 [diff] |
Handle exceptions in AppFunctionManagerServiceImpl When an exception occurs, the service will return a failure response to the client instead of throwing an exception, Change-Id: I2aa8d0e22b9edd0334904186dd9bb118f072f4d7 Flag: android.app.appfunctions.flags.enable_app_function_manager Test: Verified by running locally. Will add CTS in next cl. Bug: 360864791