When I uploaded an APK i just discovered it contains the WAKE_LOCK permission. I'm not using this functionality, which library could cause this to be added?
After you compile your app, open your Manifest, not via the manifest editor but the actual file located in <YOUR_PROJECT_NAME\Objects and look if any "unwanted" permissions have been added.