summaryrefslogtreecommitdiffstats
path: root/packages/Shell
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Import translations. DO NOT MERGEBaligh Uddin2013-09-251-1/+1
| | | | | | | | | | | | | | | Change-Id: I16a7cfc8d9c5926a40a4ddca551f4281accb415f Auto-generated-cl: translation import
| | * Import translations. DO NOT MERGEBaligh Uddin2013-09-1412-2/+242
| |/ | | | | | | | | Change-Id: I1e4035acc161f784dc2f35eaf1f346ecbddf2fcf Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-10-301-1/+1
| | | | | | | | | | Change-Id: I39000236c0f0f4d3e398ef5e5fb15dcbf1da06ab Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-10-041-1/+1
| | | | | | | | | | Change-Id: I6c7d77c2386deb10eeec9eb5e277114e8e90db7b Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-09-301-2/+2
| | | | | | | | | | Change-Id: Ic6aab93081ecc984fda55e5db6701596d40bcffd Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-09-181-1/+1
| | | | | | | | | | Change-Id: I11a2cecadc891cfc84993738358f7fd61ffc638a Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-09-131-1/+1
| | | | | | | | | | Change-Id: Ibbf630bb3633d92d1c2ad29d977c08ff8edd4b5f Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-09-111-1/+1
| | | | | | | | | | Change-Id: Ib53dd615609a9ecb1ac6b260f0824a0647c2194a Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-08-282-0/+48
| | | | | | | | | | Change-Id: I828f3e217a2a004ff6af8ca4fad760f44024205a Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-08-268-0/+192
| | | | | | | | | | Change-Id: I12015ba0f64afaef3e353569afd63c370991d991 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-08-1911-0/+264
|/ | | | | Change-Id: I4acb7c4aaccf4d33ef27efcbde44ea7f05dd98b2 Auto-generated-cl: translation import
* Some system apps are more system than othersChristopher Tate2013-06-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | "signatureOrSystem" permissions are no longer available to all apps residing en the /system partition. Instead, there is a new /system/priv-app directory, and only apps whose APKs are in that directory are allowed to use signatureOrSystem permissions without sharing the platform cert. This will reduce the surface area for possible exploits of system- bundled applications to try to gain access to permission-guarded operations. The ApplicationInfo.FLAG_SYSTEM flag continues to mean what it is says in the documentation: it indicates that the application apk was bundled on the /system partition. A new hidden flag FLAG_PRIVILEGED has been introduced that reflects the actual right to access these permissions. At some point the "system" permission category will be renamed to "privileged". Bug 8765951 Change-Id: I6f0fd9cdb9170e076dfc66d83ecea76f8dd7335d
* Import translations. DO NOT MERGEBaligh Uddin2013-05-131-0/+24
| | | | | Change-Id: Ibcb1efe45bc48d070fcdeddd168c8032f8f4ea1b Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2013-05-081-0/+24
| | | | | Change-Id: Iecabdf3bc156108d88dd0bc76a48c50b608678dc Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2013-05-0334-1/+793
| | | | | Change-Id: Ie69dada1f0b5efd2ba1abc62b17757b3d142dd3f Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2013-05-0113-0/+312
| | | | | Change-Id: I5f6ba8997fc6d041d18e6c2103cc3c0fc7d83ee8 Auto-generated-cl: translation import
* Show notification ticker for finished bugreports.Jeff Sharkey2013-03-201-0/+1
| | | | Change-Id: I7d326b0da83c3ae334739cdb8cb4ca18f948c50f
* Move deleteOlderFiles() to framework, tests.Jeff Sharkey2013-03-141-30/+12
| | | | | | | | Supports both age and count based constraints. Added light docs and tests to verify behavior. Bug: 8387555 Change-Id: If4d0dac8bc54ce705c2a339bc09a60ea748728b8
* Handle finished bugreports, share from private.Jeff Sharkey2013-03-138-2/+399
| | | | | | | | | | | | | | | | | 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-113-0/+104
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