when i moved my app to work profile, your library is not able to show gallery photos... basically it is not suggesting to move to personal profile....solution is to support
Intent imgIntent = new Intent(Intent.ACTION_PICK,
android.provider.MediaStore.Video.Media .EXTERNAL_CONTENT_URI);
imgIntent.setType("image/*");
i wrote native code to pick videos from gallery so when app is in work profile native android code shows dialog to move to personal profile and clicking on personal profile i am able to pick videos.
when i moved my app to work profile, your library is not able to show gallery photos... basically it is not suggesting to move to personal profile....solution is to support
i wrote native code to pick videos from gallery so when app is in work profile native android code shows dialog to move to personal profile and clicking on personal profile i am able to pick videos.