summaryrefslogtreecommitdiffstats
path: root/packages/Shell/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Shell: Clean duplicated INSTALL_GRANT_RUNTIME_PERMISSIONS permissionAdrianDC2015-11-271-1/+0
| | | | | Change-Id: Ie510df96b9c9713f92dbf26355f84120eeb256ad Signed-off-by: AdrianDC <radian.dc@gmail.com>
* Shell: Declare cyanogenmod WRITE for system and secure settings.Adnan Begovic2015-11-131-0/+2
| | | | Change-Id: I04638b02d383d3a43ed7093552d13e9e2ad945df
* Themes: Add tm command line toolClark Scheff2015-10-271-0/+1
| | | | | | | | This will allow us to perform automated testing using the theme manager as well as a quick way to perform the various functions that the theme service provides via the command line. Change-Id: Id0aa906bb3400225b93080f7a8c2284a8fcf3c44
* frameworks: add ongoing notification while collecting bug reportRoman Birg2015-10-261-0/+1
| | | | | Change-Id: I644da7046b3cbbd0ec601f0e35dfbad6adf4dcf5 Signed-off-by: Roman Birg <roman@cyngn.com>
* Allow shell to disable keyguard when not secureTim Kilbourn2015-09-021-0/+1
| | | | | Bug: 22694837 Change-Id: I0f08048f617d064017468f331a5c6875ab27174b
* Give shell permission to move apps.Jeff Sharkey2015-08-281-0/+1
| | | | | | | | Also clear identity when measuring ASEC sizes to relax a second permission requirement. Bug: 23600574 Change-Id: Ib3a104426758e0e8f35dff0e504fe874bed7311f
* Add GET_APP_OPS_STATS to ShellNicholas Sauer2015-08-251-0/+1
| | | | | bug: 23397072 Change-Id: I9f60f175380048e0f3888d866069f8f76166c732
* Add APIs for verifier to grant at install and revoke permissionsSvet Ganov2015-07-151-1/+3
| | | | | | bug:22231699 Change-Id: Ie0c758bf73699f50bf99ff5aa0bf98dcc9004e37
* DO NOT MERGE: Remove DayNight themeAlan Viverette2015-06-181-1/+1
| | | | | | | | | | | | | Do not go gentle into that good night, Old age should burn and rave at close of day; Rage, rage against the dying of the light. Though wise men at their end know dark is right, Because their words had forked no lightning they Do not go gentle into that good night. Bug: 21854466 Change-Id: I0b7cd116c23f7df88e94f31b3aee7dd22a102804
* Add phone permissions to ShellYorke Lee2015-06-031-0/+5
| | | | | | | | | These are needed for adb shell telecom commands to work on non-eng builds. Also fix a couple of typos in telecom documentation. Change-Id: Ia219ff78f5d65878e43e6b9216f979185495ce7f
* Command to change force adoptable state.Jeff Sharkey2015-05-151-0/+2
| | | | | | | | Since user builds can't setprop, add an explicit "sm" verb to change the force adoptable state. Bug: 21191915 Change-Id: I719d9b18c1a98c97442a5ddb1cc5512e8e4d3d3f
* DayNight theme for framework packagesAlan Viverette2015-05-051-1/+1
| | | | Change-Id: I745f90561c957c83540e75a2886e294633c83be1
* Add ability to get and set idle state of appsAmith Yamasani2015-04-241-0/+1
| | | | | | | | | Add am shell command to set and get idle Add public API to check if an app is idle Bug: 20534955 Bug: 20493806 Change-Id: Ib48b3fe847c71f05ef3905563f6e903cf060c498
* Allow only system signed apps to grant permissions at installSvetoslav2015-04-101-0/+1
| | | | | | bug:20099946 Change-Id: Ifcc5c6638b4174ffb3ba452ae68a5a53b2d1ff0a
* Add BugreportStorageProviderRyo Hashimoto2015-03-231-0/+12
| | | | | | | BugreportStorageProvider provides storage backend for bugreports. BUG:18070208 Change-Id: I8506dd90d69907090295d99df7427fc747b83698
* Grant the shell user a permission to let apps host widgets.Svetoslav2014-10-211-0/+1
| | | | | | | | | | | | An app can host widgets only if it has a special signature premission or the user allowed this app to be able to bind to widgets. This change grants the permission to whitelist an app to bind to app widgets to the shell user. Now a test can have a host that will have some widgets. Note that this is different from whitelisting corp widgets. bug:17993121 Change-Id: Ic6b866cb2a822254e94a130b876ee5db66ed4fbf
* Fix issue #17752399: Multiple apps broken by GET_TASKS permission changeDianne Hackborn2014-10-031-1/+1
| | | | | | | | | | | | Keep around GET_TASKS as a permission available to apps, so apps still think they have it and don't get all uppity because they don't. Add a new REAL_GET_TASKS that is the actual permission now. Plus some temporary compatibility code until everyone can transition fromn GET_TASKS to REAL_GET_TASKS. Change-Id: I12c1102eed24844685dcbd2fa3b612811603958f
* Set device admin on dpm set-device-owner commandEsteban Talavera2014-09-151-0/+1
| | | | | Bug: 17312478 Change-Id: I4ef730a97d603352eda77f04a2b00fa97c2be662
* Add Shell command to set AppOps permissionsAdam Lesinski2014-08-191-0/+1
| | | | Change-Id: I6446543b27f0d2d2e69590a2807e713c6d5ccbbc
* 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