PermissionInfo.NonLocalizedDescription 属性

定义

AndroidManifest 文件中提供的说明字符串(如果有)。

[Android.Runtime.Register("nonLocalizedDescription")]
public Java.Lang.ICharSequence? NonLocalizedDescription { get; set; }
[<Android.Runtime.Register("nonLocalizedDescription")>]
member this.NonLocalizedDescription : Java.Lang.ICharSequence with get, set

属性值

属性

注解

AndroidManifest 文件中提供的说明字符串(如果有)。 你可能不想使用它,因为如果说明位于资源中,则为 null。 你可能想要 PermissionInfo#loadDescription

适用于 . 的 android.content.pm.PermissionInfo.nonLocalizedDescriptionJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于