| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: Ie510df96b9c9713f92dbf26355f84120eeb256ad
Signed-off-by: AdrianDC <radian.dc@gmail.com>
|
|
|
|
| |
Change-Id: I04638b02d383d3a43ed7093552d13e9e2ad945df
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Change-Id: I644da7046b3cbbd0ec601f0e35dfbad6adf4dcf5
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
|
| |
Bug: 22694837
Change-Id: I0f08048f617d064017468f331a5c6875ab27174b
|
|
|
|
|
|
|
|
| |
Also clear identity when measuring ASEC sizes to relax a second
permission requirement.
Bug: 23600574
Change-Id: Ib3a104426758e0e8f35dff0e504fe874bed7311f
|
|
|
|
|
| |
bug: 23397072
Change-Id: I9f60f175380048e0f3888d866069f8f76166c732
|
|
|
|
|
|
| |
bug:22231699
Change-Id: Ie0c758bf73699f50bf99ff5aa0bf98dcc9004e37
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Since user builds can't setprop, add an explicit "sm" verb to change
the force adoptable state.
Bug: 21191915
Change-Id: I719d9b18c1a98c97442a5ddb1cc5512e8e4d3d3f
|
|
|
|
| |
Change-Id: I745f90561c957c83540e75a2886e294633c83be1
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
bug:20099946
Change-Id: Ifcc5c6638b4174ffb3ba452ae68a5a53b2d1ff0a
|
|
|
|
|
|
|
| |
BugreportStorageProvider provides storage backend for bugreports.
BUG:18070208
Change-Id: I8506dd90d69907090295d99df7427fc747b83698
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Bug: 17312478
Change-Id: I4ef730a97d603352eda77f04a2b00fa97c2be662
|
|
|
|
| |
Change-Id: I6446543b27f0d2d2e69590a2807e713c6d5ccbbc
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changed RENDER_STATS to FRAME_STATS. There is no RENDER_STATS
permission.
Change-Id: Iaf81b9e5a1580108da2d58e9c00a77a2b1093fdf
|
|
|
|
|
|
| |
bug:12927198
Change-Id: Iae21481c75ae58dcdab3731bf5f1e2844e29d434
|
|
|
|
| |
Change-Id: Ib8eea6153eaf7e0e93e54c69fe59e63e98a409a6
|
|
|
|
| |
Change-Id: Ib545a143f1959b6104adbc9d594dd626851d90b3
|
|
|
|
|
| |
Bug: 11520256
Change-Id: I010a9cf07ff185aefcc2fdb71076d2e97e1f03a3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|