Merge "Make ISmartspaceManager non-blocking" into tm-dev

This commit is contained in:
Lucas Dupin
2022-04-26 16:28:58 +00:00
committed by Android (Google) Code Review

View File

@@ -26,7 +26,7 @@ import android.content.pm.ParceledListSlice;
/** /**
* @hide * @hide
*/ */
interface ISmartspaceManager { oneway interface ISmartspaceManager {
void createSmartspaceSession(in SmartspaceConfig config, in SmartspaceSessionId sessionId, void createSmartspaceSession(in SmartspaceConfig config, in SmartspaceSessionId sessionId,
in IBinder token); in IBinder token);