diff --git a/api/@internal/ets/lifecycle.d.ts b/api/@internal/ets/lifecycle.d.ts index a2d13795a511d685a7a02383d5f4a3835a79235e..733227e2726c537d1c58aca0d463d079d99debea 100644 --- a/api/@internal/ets/lifecycle.d.ts +++ b/api/@internal/ets/lifecycle.d.ts @@ -206,21 +206,6 @@ export declare interface LifecycleService { */ onDisconnect?(want: Want): void; - /** - * Called when a new client attempts to connect to a Service ability after all previous client connections to it - * are disconnected. - * - *
The Service ability must have been started but not been destroyed, that is, {@link #startAbility} has been - * called but {@link #terminateSelf} has not.
- * - * @devices phone, tablet - * @since 7 - * @sysCap AAFwk - * @param want Indicates the want of the Service ability being connected. - * @return - - */ - onReconnect?(want: Want): void; - /** * Called back before an ability is destroyed. *