It allows you to delete your private photos from the gallery and store them in an encrypted application.
In this project, photos are stored in the application using standard Java File I / O methods and Bitmap class.
- Uri
- Bitmap Factory
- Bundle
- Media Store
- File Output Stream
- File Input Stream
This project works for android 5.0 and above.
The password is embedded in the code and can only be changed by the developer within the code. If you want to use or change it, you can find it in 'PasswordActivity'.