diff --git a/api/@internal/ets/lifecycle.d.ts b/api/@internal/ets/lifecycle.d.ts index e16e00d673f32b0ecc305677cfeae3b6622edc12..7a7140302eeb59755267f48e659ceea23bbe1ec2 100644 --- a/api/@internal/ets/lifecycle.d.ts +++ b/api/@internal/ets/lifecycle.d.ts @@ -312,21 +312,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. *