19 Commits

Author SHA1 Message Date
Baligh Uddin
d4aee346bf Import translations. DO NOT MERGE
Change-Id: Ie2c80be44bcf5219e68a43cf68b58419c748e186
Auto-generated-cl: translation import
2014-06-02 09:44:42 -07:00
Baligh Uddin
e1f61548be Import translations. DO NOT MERGE
Change-Id: Ic7ea2f12eba189dba86047d66b0ca86af36b9dc7
Auto-generated-cl: translation import
2014-05-20 08:18:14 -07:00
Geoff Mendal
282bcdd834 Import translations. DO NOT MERGE
Change-Id: I0116e137efa21bd9e8e3ba65fa05c7d84afb9e2c
Auto-generated-cl: translation import
2014-01-15 10:12:52 -08:00
Baligh Uddin
38bae539f8 Remove deprecated locales
Bug:11340849
Change-Id: Ib99486303927a6bce308b113d70f8e5b5bce4a13
2013-12-09 22:41:12 +00:00
Baligh Uddin
8c8bc67422 Import translations. DO NOT MERGE
Change-Id: I39000236c0f0f4d3e398ef5e5fb15dcbf1da06ab
Auto-generated-cl: translation import
2013-10-30 08:54:25 -07:00
Baligh Uddin
af9a26713c Import translations. DO NOT MERGE
Change-Id: I6c7d77c2386deb10eeec9eb5e277114e8e90db7b
Auto-generated-cl: translation import
2013-10-04 11:06:55 -07:00
Baligh Uddin
a248b2af13 Import translations. DO NOT MERGE
Change-Id: Ic6aab93081ecc984fda55e5db6701596d40bcffd
Auto-generated-cl: translation import
2013-09-30 09:31:46 -07:00
Baligh Uddin
40fd2d8c0c Import translations. DO NOT MERGE
Change-Id: I11a2cecadc891cfc84993738358f7fd61ffc638a
Auto-generated-cl: translation import
2013-09-18 22:57:46 -07:00
Baligh Uddin
92e4653c64 Import translations. DO NOT MERGE
Change-Id: Ibbf630bb3633d92d1c2ad29d977c08ff8edd4b5f
Auto-generated-cl: translation import
2013-09-13 21:01:19 -07:00
Baligh Uddin
8d2d844a91 Import translations. DO NOT MERGE
Change-Id: Ib53dd615609a9ecb1ac6b260f0824a0647c2194a
Auto-generated-cl: translation import
2013-09-11 10:09:06 -07:00
Baligh Uddin
c8994d0a61 Import translations. DO NOT MERGE
Change-Id: I828f3e217a2a004ff6af8ca4fad760f44024205a
Auto-generated-cl: translation import
2013-08-28 17:30:22 -07:00
Baligh Uddin
17417f0ac0 Import translations. DO NOT MERGE
Change-Id: I12015ba0f64afaef3e353569afd63c370991d991
Auto-generated-cl: translation import
2013-08-26 09:07:27 -07:00
Baligh Uddin
9fef994f1f Import translations. DO NOT MERGE
Change-Id: I4acb7c4aaccf4d33ef27efcbde44ea7f05dd98b2
Auto-generated-cl: translation import
2013-08-19 07:42:49 -07:00
Baligh Uddin
8d6d317567 Import translations. DO NOT MERGE
Change-Id: Ibcb1efe45bc48d070fcdeddd168c8032f8f4ea1b
Auto-generated-cl: translation import
2013-05-13 07:23:44 -07:00
Baligh Uddin
1218e847f5 Import translations. DO NOT MERGE
Change-Id: Iecabdf3bc156108d88dd0bc76a48c50b608678dc
Auto-generated-cl: translation import
2013-05-08 08:18:13 -07:00
Baligh Uddin
2c5f67e042 Import translations. DO NOT MERGE
Change-Id: Ie69dada1f0b5efd2ba1abc62b17757b3d142dd3f
Auto-generated-cl: translation import
2013-05-03 10:56:06 -07:00
Baligh Uddin
4431de13bb Import translations. DO NOT MERGE
Change-Id: I5f6ba8997fc6d041d18e6c2103cc3c0fc7d83ee8
Auto-generated-cl: translation import
2013-05-01 08:17:11 -07:00
Jeff Sharkey
02ffba940c Handle finished bugreports, share from private.
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
2013-03-13 16:42:38 -07:00
Dianne Hackborn
514074fae8 App ops: cleanup, handle root and shell, perms.
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
2013-02-11 15:33:48 -08:00