mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
Fix broken compile due to previous commit :(
This commit is contained in:
parent
3792f75281
commit
9300e97d2b
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user