commit | 14494a8760052aad760fb0f4124b6fe76ec313f6 | [log] [tgz] |
---|---|---|
author | Svetoslav <svetoslavganov@google.com> | Mon Aug 18 10:43:27 2014 -0700 |
committer | Svetoslav <svetoslavganov@google.com> | Mon Aug 18 10:54:12 2014 -0700 |
tree | 58c953aa0771d311eb27f30c1e8bb1c46c1b85e5 | |
parent | 823fd3c79dd4f762bbc778e0ce9e2204b6d3d454 [diff] |
Fix a crash in RemoteViews. We are now using the application info of the target app of the remote views to create a deicated context for loading resources. The code that is looking up the app info was using the appilcation context of the current app which may be null. Now we are using the base context which is never null. bug:17005860 Change-Id: Ibcf8b6f81fe24d23a82327870741146c8864ce8f