summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2013-10-16 13:34:33 -0700
committerDianne Hackborn <hackbod@google.com>2013-10-16 13:34:33 -0700
commit2a272d42a38035e60a8fd53d74c1c56a363b635e (patch)
treeec9fa3d201d063a36c47944d41f092f773277be2 /graphics/java/android/renderscript/ProgramFragmentFixedFunction.java
parentdb148b655633ed554fed70347fb227bf2f23f7de (diff)
Fix issue #11217255: Setup Wizard ANR when adding new user profile from settings.
Two problems addressed here: - If a call to startActivity() comes in on an activity that is finishing, we can end up putting the new activity in a stack that isn't actually in use any more (if the finishing activity is the last one on that stack). This is a bad case, anyway, so if this happen the treat it as not being called on an existing activity and switch to NEW_TASK to find a task for it. - There was a bug in handling PACKAGE_CHANGE broadcasts that would result in the app's processes being killed, even though the cleanup through the activities was done. This could leave the activity stack in a bad state. Fix this to correctly provide an app id for the changing package so that its processes are killed. Change-Id: Iece04e0cf95025c3d30353d68bf3d14fd39d44c3
Diffstat (limited to 'graphics/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions