summaryrefslogtreecommitdiff
path: root/cmds/appwidget/src
AgeCommit message (Collapse)Author
2015-08-06Clean up USER_OWNER reference in cmds. Xiaohui Chen
Again, the easy ones. Bug: 19913735 Change-Id: Ib9519cb8309b332258b20dee54a38007eaba3b1d
2014-08-06Allow adding widgets from user profiles. Svetoslav
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
2014-07-23Adding shell commands for grant/revoke of bind app widget permisison. Svet Ganov
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