BTW: I added it back with this commit: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=commit;h=58298404094c81561cf4e01b7c4397638584961b
On Tue, Jun 26, 2012 at 11:21 AM, Joe Bowser <bows...@gmail.com> wrote: > Hey > > 1.9 is close to being released, but currently plugins that use > ctx.getContext() are broken. Since we changed how a CordovaInterface > works on Android in 1.9, I'm wondering if we should add the > addContext() method back on the Interface with a deprecation warning > or just tell plugin authors that if they aren't active on the mailing > list that their plugins are going to break. Personally, I don't want > to have more methods on the CordovaInterface, because it makes > CordovaWebView harder to use, but this will break plugins across the > board. > > Thoughts? > > Joe