From ef55c9c9f9a10bea8977b4b884afef41a6b50e31 Mon Sep 17 00:00:00 2001 From: GlaryCastle Date: Sat, 6 Aug 2022 11:12:37 +0800 Subject: [PATCH] fixed 186e173 from https://gitee.com/glarycastle/interface_sdk-js/pulls/2374 Signed-off-by: GlaryCastle Changes to be committed: modified: api/@ohos.wallpaper.d.ts --- api/@ohos.wallpaper.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/@ohos.wallpaper.d.ts b/api/@ohos.wallpaper.d.ts index 96f958acb7..ca1eaa1d59 100644 --- a/api/@ohos.wallpaper.d.ts +++ b/api/@ohos.wallpaper.d.ts @@ -55,7 +55,6 @@ declare namespace wallpaper { * Obtains a file of the wallpaper of the specified type. * @param wallpaperType Indicates the wallpaper type. * @permission ohos.permission.GET_WALLPAPER. - * ohos.permission.READ_USER_STORAGE. * @return the file descriptor. * @since 8 */ @@ -112,7 +111,6 @@ declare namespace wallpaper { * @param wallpaperType Indicates the wallpaper type. * @return the default pixel map. * @permission ohos.permission.GET_WALLPAPER - * @permission ohos.permission.READ_USER_STORAGE * @systemapi Hide this for inner system use. */ function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback): void; -- Gitee