Android.Appwidget.AppWidgetManager.GetInstalledProvidersForProfile Method
Gets the AppWidget providers for the given user profile.

Syntax

[Android.Runtime.Register("getInstalledProvidersForProfile", "(Landroid/os/UserHandle;)Ljava/util/List;", "GetGetInstalledProvidersForProfile_Landroid_os_UserHandle_Handler")]
public virtual IList<AppWidgetProviderInfo> GetInstalledProvidersForProfile (Android.OS.UserHandle profile)

See Also

Android.OS.Process.MyUserHandle
Android.OS.UserManager.UserProfiles

Parameters

profile
The profile for which to get providers. Passing null is equivaled to passing only the current user handle.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the AppWidget providers for the given user profile. User profile can only be the current user or a profile of the current user. For example, the current user may have a corporate profile. In this case the parent user profile has a child profile, the corporate one.

[Android Documentation]

Requirements

Namespace: Android.Appwidget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3