Document reader - PDF Excel
Privacy policy
All our applications on Google Play are Free applications for users.
We do not store any user information such as Cookies, email, passwords, or 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" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
These permissions can help us get resources from our server.
Access Storage (Sdcard)
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
These permissions can help us access your storage for saving and sharing purposes
Access Camera
<uses-permission android:name="android.permission.CAMERA" />
This permission helps us to get an image from your Camera (take a picture from the Camera) for photo editing.
+ Check Network is available?
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
This permission helps us check network is available to show the message request to turn on the network to download resources from our server.
Important: We respect the confidentiality of information, and we are committed do not storing, or collecting any user information on your device.
Thanks for your support!
Comments
Post a Comment