OSDN Git Service

Adding shell commands for grant/revoke of bind app widget permisison.
authorSvet Ganov <svetoslavganov@google.com>
Tue, 22 Jul 2014 06:46:05 +0000 (23:46 -0700)
committerSvetoslav Ganov <svetoslavganov@google.com>
Wed, 23 Jul 2014 02:25:25 +0000 (02:25 +0000)
commitbe19c3a91a11508bd12e3355f3b1d9adf7f53194
tree905c591f5289e2342a8290bbc6cc1d96e5acf0db
parent52ff21d841ad5b39b6def0c286a737fd4b74b2e2
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
cmds/appwidget/Android.mk [new file with mode: 0644]
cmds/appwidget/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
cmds/appwidget/NOTICE [new file with mode: 0644]
cmds/appwidget/appwidget [new file with mode: 0755]
cmds/appwidget/src/com/android/commands/appwidget/AppWidget.java [new file with mode: 0644]
packages/Shell/AndroidManifest.xml