summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebView.java
diff options
context:
space:
mode:
authorXiong Li <xiong.li@sonymobile.com>2014-04-10 15:25:45 +0800
committerHenrik Baard <henrik.baard@sonymobile.com>2014-05-22 11:58:41 +0200
commite88b042d1d859ec754ed5a5f366bb560b30f67ec (patch)
tree49ff2b43e7e935ccfdbe2ce934bb293265224ee1 /core/java/android/webkit/WebView.java
parentec71fed089965c4d731eaa90344849a1775f937a (diff)
downloadframeworks_base-e88b042d1d859ec754ed5a5f366bb560b30f67ec.zip
frameworks_base-e88b042d1d859ec754ed5a5f366bb560b30f67ec.tar.gz
frameworks_base-e88b042d1d859ec754ed5a5f366bb560b30f67ec.tar.bz2
Activity chooser "Always" button is not working
When ResolverActivity is created with a custom list of matching applications (rList) as in NFC case, and the alwaysUseOption is set to true, the prferredActivity is not saved even if the user presses the "always" button. When a list is provided the variable mBaseResolveList will be != null. This will set mOrigResolveList = null. When an activity is choosen and one of the buttons are pressed onIntentSelected is called. The first thing this method does is to check mAdapter.mOrigResolveList != null, however in this case mOrigResolveList is always null, and the value is not saved as PreferredActivity. This problem was introduced in 6d8dfbd8149942f25f2b9643a12f1fb38f3be834. Change-Id: I9eac41b7861b5e68ad3978af0dc0285f2a34eb88
Diffstat (limited to 'core/java/android/webkit/WebView.java')
0 files changed, 0 insertions, 0 deletions