The app is basic it has a button on mainactivity.java which open mycustomcamera.java from where we can capture photos and videos. Captured photos and videos will be displayed to mainactivity.java ‘s recyclerview. Mainactivity.java has upload button by pressing it upload capture media to server
The problem is it is not working perfectly on Samsung s9(android 10) and Samsung as53(android 14)
On other devices it is working perfectly like Samsung m35(android 14), Motorola G9(android 11), Motorola E7 power(android 10).
Please help
7