javascript - Can I write configuration from config.xml to AndroidManifest.xml in cordova applications -
i want add together these lines androidmanifest.xml file
<application ... > ..... ..... <service android:name="com.red_folder.phonegap.plugin.backgroundservice.sample.myservice"> <intent-filter> <action android:name="com.red_folder.phonegap.plugin.backgroundservice.sample.myservice" /> </intent-filter> </service> </application> <uses-permission android:name="android.permission.receive_boot_completed" /> is there way add together these lines config.xml file ?
if yes how else best way ?
javascript android cordova app-config
No comments:
Post a Comment