All our applications on the Google Play is Free application about Photo and Video editor.
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" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

These permissions can help us get resources from our server such as: photo effects, photo frame; check network connection …

+ 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 save photo and video files edited, then for share to all your friends.

+ Access Camera

<uses-permission android:name="android.permission.CAMERA" />

This permission help us to get an image from your Camera (take picture from Camera) for photo edit.

Important: We respect the confidentiality of information, and we are committed do not store, collect any user information on your device.

Thanks for support!

Leave a comment