Plume : permissions used
Permissions :
- INTERNET : access differents api like twitter, bit.ly, goo.gl, twitpic etc...
- ACCESS_COARSE_LOCATION : used for the geolocated tweet.
- ACCESS_FINE_LOCATION : same as above
- WRITE_EXTERNAL_STORAGE : backup of settings, cache of user pictures.
- WAKE_LOCK : background service to load the twitter datas
- VIBRATE : Vibrate on getting a new notification
- FLASHLIGHT : should be removed as not used anymore
- RECEIVE_BOOT_COMPLETED : start the background service on device boot
- ACCESS_NETWORK_STATE : avoid force close during loading datas from twitter
- GET_ACCOUNTS : to know if a google account can be used for the goo.gl link shortener
- USE_CREDENTIALS : to use the google account for the goo.gl link shortener
