summaryrefslogtreecommitdiffstats
path: root/cmds/appwidget
Commit message (Collapse)AuthorAgeFilesLines
* Allow adding widgets from user profiles.Svetoslav2014-08-061-1/+1
| | | | | | | | | | | | | | | 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
* Adding shell commands for grant/revoke of bind app widget permisison.Svet Ganov2014-07-235-0/+378
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