Giter VIP home page Giter VIP logo

Comments (3)

owahltinez avatar owahltinez commented on May 16, 2024

Hi @Enshaedn, congrats on your first issue and thank you for the feedback!

Can you give us a little more information about the environment you are seeing this in? What device are you seeing this in? What is the gallery app, and which version?

I just tested the sample app on a Pixel 3 device using Google Photos as the gallery app, and images deleted from the sample app get immediately removed from Google Photos.

from camera-samples.

Enshaedn avatar Enshaedn commented on May 16, 2024

Thanks @owahltinez. :)

I noticed it first on my Samsung Galaxy S10 in the app called "Gallery". Presumably a Samsung app as it comes on the phone and is updated from the Galaxy Store. The version is 10.0.02.108.

I can also see it happen on a Pixel 2 emulator running API 28. However there I see it in just the file system itself.

If I go to the specific folder (Android>media>com.android.example.cameraxbasic>CameraX Basic) I can see correctly that I have a single image taken today.

Capture1

If I just go to Files, open the Nav Drawer, and click Images > CameraX Basic, then I see all the previously deleted files still. I can click on them, but nothing loads because they are deleted. For whatever reason that this time most of them are still even showing thumbnails of what they were except for the single all white one.

Capture2

Hopefully that is helpful information.

from camera-samples.

owahltinez avatar owahltinez commented on May 16, 2024

Thank you, that's very helpful! My guess of what's happening is that some gallery apps are caching images, rather than querying the file system every time. I think that adding something similar to context.sendBroadcast(Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.fromFile(mediaFile))) is a fair solution. Let us investigate a bit more, we can keep this bug open for now.

from camera-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.