From c066c567171c9de6bfa3fb084ff8d1f115a4518f Mon Sep 17 00:00:00 2001 From: liuxinbing Date: Tue, 17 Jun 2025 14:39:47 +0800 Subject: [PATCH] location bugfix Signed-off-by: liuxinbing --- api/@ohos.geoLocationManager.d.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/api/@ohos.geoLocationManager.d.ts b/api/@ohos.geoLocationManager.d.ts index 4776066350..d5413e5ba8 100644 --- a/api/@ohos.geoLocationManager.d.ts +++ b/api/@ohos.geoLocationManager.d.ts @@ -22,10 +22,9 @@ import { AsyncCallback, Callback } from './@ohos.base'; /*** if arkts 1.1 */ import { WantAgent } from './@ohos.wantAgent'; /*** endif */ -/*** if arkts 1.2 */ -import { WantAgent } from '@ohos.app.ability.wantAgent'; -/*** endif */ +/*** if arkts 1.1 */ import { NotificationRequest } from './notification/notificationRequest'; +/*** endif */ /** * Provides interfaces for acquiring location information, managing location switches, -- Gitee