Posts

Privacy Policy

All our applications on the Google Play is Free application about create and edit photos and video. We’re not store any user information such as cookies, email, passwords, user-data …. Explain permissions in our Applications: I.  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 frames; check network connection … II.  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 and create new photos from its. III.  Access Storage (Internal Storage) < uses-permission android:name = "android.permission.WRITE