diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-10-31 15:39:59 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-10-31 16:52:34 -0700 |
commit | 2c84cfc001fb92a71811bf7384b7f865ff31ff9d (patch) | |
tree | 1d43eda4854e37a553b85ce759ea4fffd41c9edb /data/etc/platform.xml | |
parent | dd79b4c85a9dd2c2ad702ea2137fe2a076567fa1 (diff) | |
download | frameworks_base-2c84cfc001fb92a71811bf7384b7f865ff31ff9d.zip frameworks_base-2c84cfc001fb92a71811bf7384b7f865ff31ff9d.tar.gz frameworks_base-2c84cfc001fb92a71811bf7384b7f865ff31ff9d.tar.bz2 |
Various performance and other work.
- IME service now switches between visible and perceptible depending on
whether it is being showm, allowing us to more aggressively free its
memory when not shown.
- The activity display time is no longer delayed by the activity
transition animation.
- New -R (repeat) option for launching activities with the am command.
- Improved some documentation on Loader to be clear about some methods
that apps should not normally call.
- FrameworkPerf test now allows you to select individual tests to run.
Change-Id: Id1f73de66dc93d63212183958a72119ad174318b
Diffstat (limited to 'data/etc/platform.xml')
-rw-r--r-- | data/etc/platform.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 0353a47..9fe2dde 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -156,6 +156,7 @@ <assign-permission name="android.permission.INSTALL_LOCATION_PROVIDER" uid="shell" /> <assign-permission name="android.permission.BACKUP" uid="shell" /> <assign-permission name="android.permission.FORCE_STOP_PACKAGES" uid="shell" /> + <assign-permission name="android.permission.STOP_APP_SWITCHES" uid="shell" /> <assign-permission name="android.permission.MODIFY_AUDIO_SETTINGS" uid="media" /> <assign-permission name="android.permission.ACCESS_DRM" uid="media" /> |