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 属性许可证中所述的术语使用。

适用于