0

I edited the packager.json file to edit app permissions from:

"permissions":[
        "INTERNET"
        "ACCESS_NETWORK_STATE",
        "CAMERA",
        "VIBRATE",
        "ACCESS_FINE_LOCATION",
        "ACCESS_COARSE_LOCATION",
        "CALL_PHONE"
    ]

To:

"permissions":[
        "INTERNET"
    ]

But when I install the app it says that is using all permisions instead of internet permission only.

And how can I change the app icon?

SensacionRC
  • 595
  • 1
  • 13
  • 30

1 Answers1

0

I found the solution here.Adding or creating the config.xml file in the index.html path with the distinc configs.

SensacionRC
  • 595
  • 1
  • 13
  • 30