Hello! I found a lot of threads about this topic but it’s a mess with people using Java, plugins … and whatever! I used a tutorial (Codemonkey) to get a screenshot and then save it to a specific path… is there a way to find what’s the default path (or the gallery’s one) to save that pic that will be later shown in the gallery? I already have the screenshot… I’d just need a way to save it (or move it) in the gallery!
The gallery on Android is, to my knowledge, a native feature. Depending on the version of Android, it can be difficult to interact with it without native code, which is why a plugin is usually required.
Cool. I would just caution to make sure your solution will work as expected on all versions of Android as newer versions don’t behave the same as older versions.