Fix broken compile due to previous commit :(

This commit is contained in:
Andrew Grieve 2014-07-10 15:14:39 -04:00
parent 3792f75281
commit 9300e97d2b

View File

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