共用方式為


ShortcutInfo.IsDeclaredInManifest 屬性

定義

傳回快捷方式是否為靜態;也就是說,是否從 AndroidManifest 發佈快捷方式。

public bool IsDeclaredInManifest { [Android.Runtime.Register("isDeclaredInManifest", "()Z", "", ApiSince=25)] get; }
[<get: Android.Runtime.Register("isDeclaredInManifest", "()Z", "", ApiSince=25)>]
member this.IsDeclaredInManifest : bool

屬性值

屬性

備註

傳回快捷方式是否為靜態;也就是說,是否從AndroidManifest.xml發佈快捷方式。 如果 true為 ,則快捷方式也是 #isImmutable()

當應用程式升級且不再從AndroidManifest.xml發佈快捷方式時,這會設定為 false。 如果未釘選快捷方式,則會消失。 不過,如果已釘選,它仍會顯示, #isEnabled() 將會是 false#isImmutable() 而且將會是 true

android.content.pm.ShortcutInfo.isDeclaredInManifest()Java 檔。

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

適用於