public static interface DevicePolicyManagerInternal.OnCrossProfileWidgetProvidersChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onCrossProfileWidgetProvidersChanged(int profileId,
List<String> packages)
Called when the white-listed packages to show cross-profile widgets
have changed for a given user.
|
void onCrossProfileWidgetProvidersChanged(int profileId, List<String> packages)
profileId
- The profile for which the white-listed packages changed.packages
- The white-listed packages.