共用方式為


PackageManager.BackgroundPermissionOptionLabelFormatted 屬性

定義

取得本地化標籤,對應至設定中授與背景存取權的選項。

public virtual Java.Lang.ICharSequence BackgroundPermissionOptionLabelFormatted { [Android.Runtime.Register("getBackgroundPermissionOptionLabel", "()Ljava/lang/CharSequence;", "GetGetBackgroundPermissionOptionLabelHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getBackgroundPermissionOptionLabel", "()Ljava/lang/CharSequence;", "GetGetBackgroundPermissionOptionLabelHandler", ApiSince=30)>]
member this.BackgroundPermissionOptionLabelFormatted : Java.Lang.ICharSequence

屬性值

對應至授與背景存取之設定選項的當地語系化標籤

屬性

備註

取得本地化標籤,對應至設定中授與背景存取權的選項。

預期的用途是讓應用程式在其指示中參考此標籤,讓使用者授與背景許可權。

android.content.pm.PackageManager.getBackgroundPermissionOptionLabel()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於