OSDN Git Service

Fixes #1949637. Home was setting waitingForResult=true whenever an app was launched.
authorRomain Guy <romainguy@android.com>
Mon, 29 Jun 2009 21:41:20 +0000 (14:41 -0700)
committerRomain Guy <romainguy@android.com>
Mon, 29 Jun 2009 21:41:20 +0000 (14:41 -0700)
commit08f97496b72aaff822aba89271e9bd458aafae2d
tree1ec29e199b0c85227a138e4cb65f7d66aa6d159c
parent806b0f3fbf02171c691b1f9d48e51a47760565b3
Fixes #1949637. Home was setting waitingForResult=true whenever an app was launched.

Home was incorrectly treating apps launches as subactivties launched to obtain results.
This resulted in a protective flag being set when it should not have been.
src/com/android/launcher/Launcher.java