Beautiful Widgets : Permissions needed
To be fully functional, Beautiful Widgets needs some permissions.
Permissions :
- INTERNET -> request on accuweather and google weather to get the weather data, permits to get the towns for location too.
- ACCESS_FINE_LOCATION -> GPS -> For the option force GPS to get a best location. It can be used when you haven't a lot of network antenna operator and your phone don't localize itself via network.
- ACCESS_COARSE_LOCATION -> network location for the geolocation (always used)
- ACCESS_NETWORK_STATE -> To know if the network is ok before sending a request to the weather servers or skin server to avoid a force close.
- ACCESS_WIFI_STATE -> Toggle widget Wifi -> to know on which state it is
- CHANGE_WIFI_STATE -> toggle widget -> toggle on / off
- BLUETOOTH -> toggle widget bluetooth state
- BLUETOOTH_ADMIN -> toggle it on / off
- WRITE_SETTINGS -> to read the settings of the phone to configure the widget (24h/GMT/Date Format), write system settings for auto-rotate widget
- WRITE_EXTERNAL_STORAGE -> saving the skins on the sdcard, preview cache of the skins
- WAKE_LOCK -> For the weather background service to launch an update of the weather
- WRITE_APN_SETTINGS -> Toggle widget data -> switch on/off
- ACCESS_WIMAX_STATE -> As wifi but for 4G
- CHANGE_WIMAX_STATE -> As wifi but for 4G
- BATTERY_STATS -> get the % for superclock battery and battery widget
- com.android.vending.CHECK_LICENSE -> Check if the application have been bought or hacked
