Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个画廊应用程序,并且有一个摄像头按钮,但现在它只允许用户拍照,视频录制选项被禁用......我怎样才能允许用户保存图片或视频?
您应该创建一个新按钮来录制具有以下意图的视频
Intent intent = new Intent("android.media.action.VIDEO_CAMERA");