Posts

Showing posts from July, 2019
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 to check network connection … II.   Access Storage (Internal Storage) < 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 photos and videos files edited, then for share to all your friends. Important :