Rizwan Ahmed
Rizwan Ahmed
Returning the Saved path I think is mandatory. for example, After saving, I want to preview the saved video. So without knowing the path, it is not possible.
What I will give in the description? --------------------------------------- Now I have checked your inner code. In native you called same for both video and image GalPlugin.java (line63) ` switch (call.method)...
Now I have commented. Please check
After removing the `album != null` from the createContentValues method, The video has been saved in the 'Movies/Intro Maker' directory. So I think it is possible And it is not...
Solved by: I imported the library as a local into my project. And removed the '|| album != null' (from GalPlugin.java:172).
I don't understand why many people would want the video to be saved in the Pictures directory.
For cases like this (e.g., a camera app), there should be a boolean variable _isSingleDir_. If **false**, a separate folder should be created. If **true**, there are two possible solutions:...
Yes. My app now creates only videos (an image feature could be added in the future). I need to save the video inside the user's video directory (Videos/Movies).