apla / me.apla.cordova.app-preferences

App preferences plugin for cordova
Apache License 2.0
201 stars 209 forks source link

Added needed line for AndroidManifest #47

Closed micky2be closed 8 years ago

micky2be commented 9 years ago

To avoid to ask the developer to add a specific line to the AndroidManifest.xml file we could just add it from the plugin itself.

Makes it easier when projects are fully generated from the "cordova prepare" command.

polco commented 9 years ago

+1

tripodsan commented 9 years ago

It would also make sense to include an android:exported="true". this way the preferences activity can be opened via a shortcut (at least that was what I had to do :-)