How to remove android permissions when wrapping html5 app using Cocoonjs

487 Views Asked by At

Every time when I use Cocoonjs Cloud services to convert a HTML5 app to Android app, it automatically adds all the unnecessary android permissions. It makes users confused when downloading app. In fact, all unnecessary permissions such as access to phone book, access the internet, wifi access, location, etc. will be added to the manifest file.

Is there any way I can remove those permissions. Actually, I am using Construct 2 to build the application, then wrap it using ludei cloud services. After that, I received an unsigned apk file.

Thanks in advance.

1

There are 1 best solutions below

0
On

This may not be a proper answer but the official doc recommends crosswalk instead of Cocoonjs and it seems that crosswalk will let you choose which permissions to use.