A question about manifest permissions in tandem with the Crosswalk embedding API.
If I have a manifest with a "permissions" field set, and load my application from that manifest with the embedding API (via loadAppFromManifest()), are the permissions respected? Or do I need to manually add them to AndroidManifest.xml? For example, if I set this in manifest.json: "permissions": ["messaging"] would the related Android permissions be set for my embedded Crosswalk, namely: 'android.permission.READ_SMS', 'android.permission.READ_PHONE_STATE', 'android.permission.RECEIVE_SMS', 'android.permission.SEND_SMS', 'android.permission.WRITE_SMS' (from the mapping in handle_permissions.py, which make_apk.py uses to write permissions into AndroidManifest.xml)? Thanks. Elliot -- Elliot Smith Senior Software Engineer Intel Open Source Technology Centre
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
