diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-09-02 12:37:56 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-09-02 12:37:56 -0700 |
commit | bb1e0eedd5f45676d3f2ab85b3954833a780a246 (patch) | |
tree | ea89aefa22e901b446fe11cc0d1ddbf5b6725d43 /opengl/tests/gl_basic/gl_basic.cpp | |
parent | 4cf95beea2208c9d28086e7b9d05872fbd3baa57 (diff) | |
parent | 214cf493e4fed56aae380e7ee7d82d501b980df5 (diff) |
Merge change 23323 into eclair
* changes:
For intent ACTION_PACKAGE_CHANGED, there could be a lot of broadcasts related to enabling/disabling components by apps which could result in thrashing on the PackageManager. For apps that do not want to be restarted when such a broadcast is sent, we can just aggregate these broadcasts and handle them at one go. Changes include: New structure to hold pending broadcasts by class name. If a component is enabled or disabled frequently aggregate component enabled/disabled settings in this structure in a 10 second window and then send out the accumulated list of broadcasts to the ActivityManager. A new Handler implementation handles this message Add new attribute name EXTRA_CHANGED_COMPONENT_NAME in broadcast intent Intent.ACTION_PACKAGE_CHANGED for additional information for apps like Launcher. Rename a couple of parameters, the names were too jarring.
Diffstat (limited to 'opengl/tests/gl_basic/gl_basic.cpp')
0 files changed, 0 insertions, 0 deletions