My app stores image files in Android/data/<package>/files/ directory. They are also stored in Realm database. If I go to that folder and delete one image Realm database also must delete that image. How can I notify updates and changes to Realm databes made by device storage?
schedule scan operation for Android/data/<package>/files/ directory. There isn't any broadcast events for file operations
Обсуждают сегодня