commit | a79c76bf5749e7566e41c0274145d3772d38148c | [log] [tgz] |
---|---|---|
author | Utkarsh Nigam <utkarshnigam@google.com> | Thu Oct 03 18:20:45 2024 +0000 |
committer | Utkarsh Nigam <utkarshnigam@google.com> | Thu Oct 03 18:20:45 2024 +0000 |
tree | f6185db165432b8e9aad3140e9f00d014cef9bab | |
parent | 5495a2b568d683f8747f6fca90797ec25b57cd5a [diff] |
Extract AppFunctionServiceCallback from AppFunctionManagerServiceImpl AppFunctionManagerServiceImpl is quite a large class. Making it modular for better readability. Change-Id: Ibaef088e55c7121d65df85087a7e115873f9dfe6 Flag: android.app.appfunctions.flags.enable_app_function_manager Test: atest CtsAppFunctionTestCases -c Bug: 360864791