Zfinix / carrier_info

📱 Carrier Info gets networkType, networkGeneration, mobileCountryCode, mobileCountryCode, e.t.c from both android and iOS devices.
MIT License
34 stars 48 forks source link

fix: permissions #15

Closed nicolaspernoud closed 2 years ago

nicolaspernoud commented 2 years ago

As planned : the wifi permission was not necessary, so I put only the required permissions. We do get the correct data in example app, but only after a restart (to refresh the data after obtaining permission), it should be probably improved, but at least the library works...