Merge pull request !13476 from 于文泽/since
This commit is contained in:
openharmony_ci 2024-08-23 10:06:38 +00:00 committed by Gitee
commit 6f87b2795c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1021,7 +1021,7 @@ declare namespace appManager {
* @throws { BusinessError } 16000073 - The app clone index is invalid.
* @syscap SystemCapability.Ability.AbilityRuntime.Core
* @systemapi
* @since 12
* @since 13
*/
function clearUpAppData(bundleName: string, appCloneIndex?: number): Promise<void>;