My app is a fork of open source FileX App, which is also hosted on the Playstore and working fine in the release mode for android App.
github link of my project
In the release mode it is not fetching Recent Files. Image, video, Audio etc are also not working in release mode but in debug mode and profile everything is working nicely.
I’ii request you to give it a try.
Tried in Profile mode and release mode.
Expecting to also work in the release mode too
2
Answers
I have had similar problems when woriking on a native android app, at that time the problem was the ofuscate that is only done when creating a release apk … I would suggest you try with that, try to deactivate and check if it solves the problem, if it does and you still want to ofuscate, then you will have to solve the problem with proguard.
It seems to be an issue with your AndroidManifest file. In profile mode and debug mode, internet permission comes as a default, and these modes have access to the internet. But you have missed including Internet permission in the main/AndroidManifest file.