diff --git a/core/java/android/app/smartspace/ISmartspaceManager.aidl b/core/java/android/app/smartspace/ISmartspaceManager.aidl index e7ec8891ea83f..8dc07a1b6daf7 100644 --- a/core/java/android/app/smartspace/ISmartspaceManager.aidl +++ b/core/java/android/app/smartspace/ISmartspaceManager.aidl @@ -26,7 +26,7 @@ import android.content.pm.ParceledListSlice; /** * @hide */ -interface ISmartspaceManager { +oneway interface ISmartspaceManager { void createSmartspaceSession(in SmartspaceConfig config, in SmartspaceSessionId sessionId, in IBinder token);