| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Change-Id: I5aca8efd30aa8859e0d39f536a3502a9a933293f
|
|/
|
|
| |
Change-Id: I9789601a2fffc8eb8e6eeff4a8bd6c83fbf6fb10
|
|\
| |
| |
| |
| |
| |
| | |
"Swipe left to share" instead of "Touch to share"
* commit 'c84e73d1035d99743da243a202c1499f70518620':
Update the string for take bug report to say "Swipe left to share" instead of "Touch to share"
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
share" instead of "Touch to share"
* commit '9d43fa84054dc3c0229f5138495f6b6cdf0477db':
Update the string for take bug report to say "Swipe left to share" instead of "Touch to share"
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
of "Touch to share"
BUG: 15589908
Change-Id: I69e176343906c8f87b8f50ba844b15e3e89f0c48
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I7f78f8188fd6b2f04f96a5846c13314687c2554e
Auto-generated-cl: translation import
|
| |/
| |
| |
| |
| | |
Change-Id: I6ac555548303cd6b32be846c0479bbe78a977c3a
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: Ica5e9d382ccc718954892f8f3668503a92283548
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I66faac7461c003000096bc838fbf166b6fbff2c8
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: Ifd2e0d58323cb151e07843bfd446ff11f461e01e
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: Ie2c80be44bcf5219e68a43cf68b58419c748e186
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: Ic7ea2f12eba189dba86047d66b0ca86af36b9dc7
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I0116e137efa21bd9e8e3ba65fa05c7d84afb9e2c
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Bug:11340849
Change-Id: Ib99486303927a6bce308b113d70f8e5b5bce4a13
|
| |
| |
| |
| |
| | |
Change-Id: I39000236c0f0f4d3e398ef5e5fb15dcbf1da06ab
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I6c7d77c2386deb10eeec9eb5e277114e8e90db7b
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: Ic6aab93081ecc984fda55e5db6701596d40bcffd
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I11a2cecadc891cfc84993738358f7fd61ffc638a
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: Ibbf630bb3633d92d1c2ad29d977c08ff8edd4b5f
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: Ib53dd615609a9ecb1ac6b260f0824a0647c2194a
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I828f3e217a2a004ff6af8ca4fad760f44024205a
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I12015ba0f64afaef3e353569afd63c370991d991
Auto-generated-cl: translation import
|
|/
|
|
|
| |
Change-Id: I4acb7c4aaccf4d33ef27efcbde44ea7f05dd98b2
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: Ibcb1efe45bc48d070fcdeddd168c8032f8f4ea1b
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: Iecabdf3bc156108d88dd0bc76a48c50b608678dc
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: Ie69dada1f0b5efd2ba1abc62b17757b3d142dd3f
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: I5f6ba8997fc6d041d18e6c2103cc3c0fc7d83ee8
Auto-generated-cl: translation import
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|