summaryrefslogtreecommitdiffstats
path: root/packages/Shell/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Adding shell commands for grant/revoke of bind app widget permisison.Svet Ganov2014-07-231-0/+1
| | | | | | | | | | 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
* Fixed shell manifest to use correct permission.Allen Hair2014-04-231-1/+1
| | | | | | | Changed RENDER_STATS to FRAME_STATS. There is no RENDER_STATS permission. Change-Id: Iaf81b9e5a1580108da2d58e9c00a77a2b1093fdf
* Adding render stats APIs to UiAutomation (framework).Svetoslav2014-04-071-0/+2
| | | | | | bug:12927198 Change-Id: Iae21481c75ae58dcdab3731bf5f1e2844e29d434
* Fix recents theme, add missing headersAlan Viverette2014-04-021-0/+18
| | | | Change-Id: Ib8eea6153eaf7e0e93e54c69fe59e63e98a409a6
* Switch framework Holo references to Quantum.LightAlan Viverette2014-04-011-1/+1
| | | | Change-Id: Ib545a143f1959b6104adbc9d594dd626851d90b3
* Let Shell modify secondary external storage.Jeff Sharkey2013-11-051-1/+1
| | | | | Bug: 11520256 Change-Id: I010a9cf07ff185aefcc2fdb71076d2e97e1f03a3
* Handle finished bugreports, share from private.Jeff Sharkey2013-03-131-2/+27
| | | | | | | | | | | | | | | | | Show notification when a bugreport is finished, letting the user launch a SEND_MULTIPLE intent to share them. Add dialog that warns user about contents before sharing. Since bugreports are now stored in private app data of the Shell app, use FileProvider to build Uris that we can grant others access to. Define BUGREPORT_FINISHED as being a protected broadcast. Delete older bugreports automatically to reclaim disk space. Migrate any Intent extras to ClipData when building PendingIntents. Add --receiver-permission support to am shell command. Bug: 7005318 Change-Id: If6c607dbcf137362d5887eac482ff7391563890f
* App ops: cleanup, handle root and shell, perms.Dianne Hackborn2013-02-111-0/+74
Rework how the shell user is defined so that it is associated with an actual apk, instead of being a free roaming uid with special permissions assigned to it. This allows us to correctly account for its operations in app ops. Implement a special case for the root user in app ops -- it is always allowed, always with the package name "root". Add various code to take care of cleaning up package state from app ops -- when packages are uninstalled, and during boot if any packages currently being stored no longer exist. Also fix a bug in the activity manager to correctly grant permissions in all cases when onNewIntent() is being called. Change-Id: Iae9f6d793ee48b93518c984ad957e46ae4582581