다음을 통해 공유


MemoryFile.AllowPurging(Boolean) 메서드

정의

메모리 파일 제거를 사용하거나 사용하지 않도록 설정합니다.

[Android.Runtime.Register("allowPurging", "(Z)Z", "GetAllowPurging_ZHandler")]
public virtual bool AllowPurging (bool allowPurging);
[<Android.Runtime.Register("allowPurging", "(Z)Z", "GetAllowPurging_ZHandler")>]
abstract member AllowPurging : bool -> bool
override this.AllowPurging : bool -> bool

매개 변수

allowPurging
Boolean

운영 체제가 메모리 부족 상황에서 파일의 내용을 제거할 수 있으면 true입니다.

반환

allowPurging의 이전 값

특성

예외

설명

메모리 파일 제거를 사용하거나 사용하지 않도록 설정합니다.

이 멤버는 더 이상 사용되지 않습니다. Purgable은 일반적으로 깨지기 쉽고 안전하게 사용하기 어려운 것으로 간주됩니다. 애플리케이션은 대신 메모리 이벤트에 대응하고 공유 메모리 영역을 적절하게 해제하는 데 사용하는 android.content.ComponentCallbacks2#onTrimMemory(int) 것이 좋습니다.

에 대한 android.os.MemoryFile.allowPurging(boolean)Java 설명서

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

적용 대상