You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2021. It is now read-only.
I try today to upload video to server using MediaPicker framework i use "net.alhazmy13.MediaPicker:libary:2.4.0" but the onActivityResult is not called i checked the permission it is granted i dont know what is the issue
addImageDialog.findViewById(R.id.btnUploadVideo).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { new VideoPicker.Builder(getActivity()) .mode(VideoPicker.Mode.CAMERA_AND_GALLERY) .directory(VideoPicker.Directory.DEFAULT) .extension(VideoPicker.Extension.MP4) .enableDebuggingMode(true) .build(); } });
The text was updated successfully, but these errors were encountered:
I try today to upload video to server using MediaPicker framework i use "net.alhazmy13.MediaPicker:libary:2.4.0" but the onActivityResult is not called i checked the permission it is granted i dont know what is the issue
addImageDialog.findViewById(R.id.btnUploadVideo).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { new VideoPicker.Builder(getActivity()) .mode(VideoPicker.Mode.CAMERA_AND_GALLERY) .directory(VideoPicker.Directory.DEFAULT) .extension(VideoPicker.Extension.MP4) .enableDebuggingMode(true) .build(); } });
The text was updated successfully, but these errors were encountered: