Hello Jenny On 5 January 2016 at 10:44, Cao, Jenny Q <[email protected]> wrote: > > 1. Does app-tool support default permission in template or not? Which ones > are default one? From QA’s test with simple app (hello world), we found that > ACCESS_NETWORK_STATE,ACCESS_WIFI_STATE,INTERNET are default permission in > app-tool build, are they default enabled permission? Need your confirmation.
Yes, those are the default permissions. We have had very bad feedback in the past, because of the many permission in the app-template. Downstream frameworks did not remove them, so we were accused of not caring about security. To prev > 2. Does app-tool support Web API based permissions value in manifest.json > (check “Permissions required by API” section) or use AndroidManifest.xml > permission value directly? > If use AndroidManifest.xml permission value, better to document the requested > permissions for web APIs to facilitate app developer use. Since some APIs may > request several permissions. > > 3. for App Tool, permission member in manifest.json need to update: > xwalk_permissions --> xwalk_android_permissions > Is it the final solution? Since we found in XWALK-5646, you want to deprecate > xwlak_android_permission, isn’t it? What is the final permission member name? > I think we will need to continue support xwalk_android_permissions for the time being, because not all permissions will be wrapped. It would be extra work for little gain. Thanks, Robert _______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
