Permissions required by fuse powered

Hi,
The fuse plugin requires too many permissions as compared to other ad plugins. Are they all required or can I strip some of them and how?

The following permissions are required.

android =
{
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.ACCESS_NETWORK_STATE”,
“android.permission.ACCESS_WIFI_STATE”,
“android.permission.WRITE_EXTERNAL_STORAGE”,
“com.android.vending.BILLING”,
“com.google.android.c2dm.permission.RECEIVE”,
“.permission.C2D_MESSAGE”,
“android.permission.GET_ACCOUNTS”,
“android.permission.RECEIVE_BOOT_COMPLETED”
},
},

“com.google.android.c2dm.permission.RECEIVE”,

“.permission.C2D_MESSAGE”,
“android.permission.GET_ACCOUNTS”

​Are for push notification I believe. I have not tried removing these permissions but I am pretty sure all the permission are loaded when building thought corona.

From the fuse plugin docs

For Android, the following permissions/features are "automatically" added when using this plugin

Thanks for your reply.

This is pretty bad. If I am not using push notifications I should be able to remove these permissions. Any way lets add some other ads :slight_smile:

“com.google.android.c2dm.permission.RECEIVE”,

“.permission.C2D_MESSAGE”,
“android.permission.GET_ACCOUNTS”

​Are for push notification I believe. I have not tried removing these permissions but I am pretty sure all the permission are loaded when building thought corona.

From the fuse plugin docs

For Android, the following permissions/features are "automatically" added when using this plugin

Thanks for your reply.

This is pretty bad. If I am not using push notifications I should be able to remove these permissions. Any way lets add some other ads :slight_smile: