All our applications on the Google Play is Free application about Sleep Sounds - Relax & Sleep
We’re do not store any user information such as Cookies, email, passwords, user-data ….
Explain permissions in our Applications:
Access Internet
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
These permissions can help us get resources from our server such as: sound; check network connection …
Keep the device on
<uses-permission android:name="android.permission.WAKE_LOCK" />
This permission useto play sound when the device seems to be asleep .
Important: We respect the confidentiality of information, and we are committed do not store, collect any user information on your device.
Thanks for support!