diff --git a/api/@ohos.wallpaper.d.ts b/api/@ohos.wallpaper.d.ts index 96f958acb7b1064b4945b4a7ebf7792d5820770a..ca1eaa1d59d9243592f560435d21f976df85c724 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;