History log of /frameworks/base/core/java/android/app/admin/DevicePolicyManagerInternal.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6bd702538d90005add1cfc33746da19404090dc1 20-Aug-2014 Svet Ganov <svetoslavganov@google.com> Notify app widget hosts when cross-profile providers change.

1. Notify the hosts in the group if a package gets white-listed or
un-white-listed for providing widgets across profiles.

2. Notify hosts in the group for provider changes when a profile
is deleted.

bug:17126070

Change-Id: Ic719c1c68e45842d50decc95603f1d61583b8f02
/frameworks/base/core/java/android/app/admin/DevicePolicyManagerInternal.java
976e8bd2017d0263216c62111454438cc0f130e3 17-Jul-2014 Svetoslav <svetoslavganov@google.com> Allow adding widgets from user profiles.

The goal of this change is to enable support for appwidget from
user profiles to the user main profile. A user profile is a user
which is associated as a child of the main user profile. For example,
a user may have a personal (parent) and corporate (child) profile.
The device policy should be able to control whether adding a widget
from a child profile and given packages is allowed. This change
assumes that all packages from managed profiles are white listed.
Another change will add the device policy changes.

Change-Id: I267260b55d74c48b112a29979a9f59eef7a8194e
/frameworks/base/core/java/android/app/admin/DevicePolicyManagerInternal.java