Skip to content Skip to sidebar Skip to footer

Navigator.app.exitapp() Crashes On Phonegap 3.1.0

Everytime navigator.app.exitApp() is called in my app ,the App is crashing.Kindly find below the crash log that I get. 01-09 13:20:24.556: E/AndroidRuntime(18767): FATAL EXCEPTION

Solution 1:

According to that file the Device plugin registers a receiver to listen for Telephony actions. So make sure that you have added the required permissions to make Telephony work in the Android.Manifest.xml file.


Post a Comment for "Navigator.app.exitapp() Crashes On Phonegap 3.1.0"