I have a strange behaviour of my phonegap app on Android. I’m using this Barcode-Scanner-Plugin:
https://github.com/phonegap/phonegap-plugins/tree/master/Android/BarcodeScanner
Everything works fine, but when I build my project and deploy my application to phone, the name of the plugin is displayed. So the App is called ‘Barcode Scanner’. Of course its not a big problem, I just changed the name of the plugin to my application name as well and now it’s displayed correctly.
Still no clue why this occoured, but I could obviously solve the problem by changing the app-name of the plugin in its android manifest to the name of the application.