共用方式為


LauncherApps.GetShortcutIconDrawable(ShortcutInfo, Int32) 方法

定義

傳回這個快捷方式的圖示,而不會對配置檔有任何錯誤。

[Android.Runtime.Register("getShortcutIconDrawable", "(Landroid/content/pm/ShortcutInfo;I)Landroid/graphics/drawable/Drawable;", "GetGetShortcutIconDrawable_Landroid_content_pm_ShortcutInfo_IHandler", ApiSince=25)]
public virtual Android.Graphics.Drawables.Drawable? GetShortcutIconDrawable (Android.Content.PM.ShortcutInfo shortcut, int density);
[<Android.Runtime.Register("getShortcutIconDrawable", "(Landroid/content/pm/ShortcutInfo;I)Landroid/graphics/drawable/Drawable;", "GetGetShortcutIconDrawable_Landroid_content_pm_ShortcutInfo_IHandler", ApiSince=25)>]
abstract member GetShortcutIconDrawable : Android.Content.PM.ShortcutInfo * int -> Android.Graphics.Drawables.Drawable
override this.GetShortcutIconDrawable : Android.Content.PM.ShortcutInfo * int -> Android.Graphics.Drawables.Drawable

參數

shortcut
ShortcutInfo
density
Int32

圖示的慣用密度,預設密度為零。 使用的 DisplayMetrics密度 DPI 值。

傳回

與快捷方式相關聯的可繪製專案。

屬性

備註

傳回這個快捷方式的圖示,而不會對配置檔有任何錯誤。

呼叫啟動器應用程式必須允許存取快捷方式資訊,如 中所 #hasShortcutHostPermission()定義。

android.content.pm.LauncherApps.getShortcutIconDrawable(android.content.pm.ShortcutInfo, int)Java 檔。

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

適用於