You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to appear in Android gallery immediately, it is necessary that the ACTION_MEDIA_SCANNER_SCAN_FILE Intent is broadcasted after the file is saved.
ACTION_MEDIA_SCANNER_SCAN_FILE is deprecated. Instead it needs to be added to the MediaScanner.
The text was updated successfully, but these errors were encountered:
lschmierer
changed the title
Broadcast Intent.ACTION_MEDIA_SCANNER_SCAN_FILE after image save
Add saved image to MediaStore
Jan 22, 2020
lschmierer
changed the title
Add saved image to MediaStore
Add saved image to MediaScanner
Jan 22, 2020
In order to appear in Android gallery immediately, it is necessary that the ACTION_MEDIA_SCANNER_SCAN_FILE Intent is broadcasted after the file is saved.ACTION_MEDIA_SCANNER_SCAN_FILE is deprecated. Instead it needs to be added to the
MediaScanner
.The text was updated successfully, but these errors were encountered: