将视频插入 Android 图库

Faw*_*waz 5 android file gallery save mediastore

我需要知道如何将视频插入到 android 图库或在图库中创建自己的文件夹来显示我的应用程序照片和视频,例如,如果我有这样的照片路径

     File file = new File(storagePath, FileName);
     String MyPath= ""+Uri.fromFile(file);
Run Code Online (Sandbox Code Playgroud)

你下一步怎么做 ?