History log of /frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/AppWidget.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b52c7330d986e62812fd7c1b77020629e8ff7930 06-Aug-2015 Xiaohui Chen <xiaohuic@google.com> Clean up USER_OWNER reference in cmds.

Again, the easy ones.

Bug: 19913735
Change-Id: Ib9519cb8309b332258b20dee54a38007eaba3b1d
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/AppWidget.java
39999cf0263d0568337a87d0e586dcafd9e22ba1 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.

(cherrypicked 8cd27c3c to work around Gerrit issue)

Change-Id: I267260b55d74c48b112a29979a9f59eef7a8194e
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/AppWidget.java
be19c3a91a11508bd12e3355f3b1d9adf7f53194 22-Jul-2014 Svet Ganov <svetoslavganov@google.com> Adding shell commands for grant/revoke of bind app widget permisison.

Testing the app widget APIs requires binding of widgets which is guarded
by a system signature permission or white listing. Since CTS tests can
not be signed with the platform certificate, they should be able to
temporariliy white list their package. This command adds the ability to
grant and revoke the provilege to bind app widgets to a given package.

Change-Id: I6de1bbf27ac684ec47e61157f19ec6d29e2db979
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/AppWidget.java