OSDN Git Service

Do a better job at finding the activity associated with a dialog when triggering...
authorKarl Rosaen <krosaen@android.com>
Fri, 4 Sep 2009 18:15:21 +0000 (11:15 -0700)
committerKarl Rosaen <krosaen@android.com>
Fri, 4 Sep 2009 18:27:05 +0000 (11:27 -0700)
commit7bafed8623d6835d0c9092ac2b852bb244a13fcf
tree118934994c6a528627b64fb5f266f917c11c5c6f
parente5b6d02f34af2cd81615653b00c96a421d5ea819
Do a better job at finding the activity associated with a dialog when triggering search.

It first looks to see if there is an activity that is managing the dialog, and if not,
follows the context / contextwrapper chain to find an activity if possible.

Fixes http://b/issue?id=2064772.
core/java/android/app/Dialog.java