ShortcutManager.MaxShortcutCountPerActivity Property

Definition

Return the maximum number of static and dynamic shortcuts that each launcher icon can have at a time.

public virtual int MaxShortcutCountPerActivity { [Android.Runtime.Register("getMaxShortcutCountPerActivity", "()I", "GetGetMaxShortcutCountPerActivityHandler", ApiSince=25)] get; }
[<get: Android.Runtime.Register("getMaxShortcutCountPerActivity", "()I", "GetGetMaxShortcutCountPerActivityHandler", ApiSince=25)>]
member this.MaxShortcutCountPerActivity : int

Property Value

Attributes

Remarks

Return the maximum number of static and dynamic shortcuts that each launcher icon can have at a time.

Java documentation for android.content.pm.ShortcutManager.getMaxShortcutCountPerActivity().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to