Merge branch 'master' into 4.0.x (unbreak compile)

This commit is contained in:
Andrew Grieve 2014-07-10 15:14:57 -04:00
commit a4f6d9f6e7

View File

@ -49,7 +49,7 @@ public class CoreAndroid extends CordovaPlugin {
* get file paths associated with the Activity.
*/
@Override
public void initialize() {
public void pluginInitialize() {
this.initTelephonyReceiver();
}