ShortcutManager.ManifestShortcuts プロパティ

定義

呼び出し元アプリからすべての静的 (マニフェスト) ショートカットを返します。

public virtual System.Collections.Generic.IList<Android.Content.PM.ShortcutInfo> ManifestShortcuts { [Android.Runtime.Register("getManifestShortcuts", "()Ljava/util/List;", "GetGetManifestShortcutsHandler", ApiSince=25)] get; }
[<get: Android.Runtime.Register("getManifestShortcuts", "()Ljava/util/List;", "GetGetManifestShortcutsHandler", ApiSince=25)>]
member this.ManifestShortcuts : System.Collections.Generic.IList<Android.Content.PM.ShortcutInfo>

プロパティ値

属性

注釈

呼び出し元アプリからすべての静的 (マニフェスト) ショートカットを返します。

この API は、現在公開されているショートカットを調べるために使用することを目的としています。 などの #setDynamicShortcuts(List) API を介して 返された ShortcutInfoを再公開すると、アイコンなどの情報が失われる可能性があります。

の Java ドキュメント android.content.pm.ShortcutManager.getManifestShortcuts()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象