다음을 통해 공유


Context.ClearWallpaper 메서드

정의

주의

deprecated

이 멤버는 더 이상 사용되지 않습니다.

[Android.Runtime.Register("clearWallpaper", "()V", "GetClearWallpaperHandler")]
[System.Obsolete("deprecated")]
public abstract void ClearWallpaper ();
[<Android.Runtime.Register("clearWallpaper", "()V", "GetClearWallpaperHandler")>]
[<System.Obsolete("deprecated")>]
abstract member ClearWallpaper : unit -> unit
특성

예외

설명

이 멤버는 더 이상 사용되지 않습니다. 대신 android.app.WallpaperManager#clear WallpaperManager.clear()를 사용하세요. <p>이 메서드를 사용하려면 호출자가 사용 권한을 android.Manifest.permission#SET_WALLPAPER보유해야 합니다.

에 대한 android.content.Context.clearWallpaper()Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상