Yeah I understand that export activities is not something malicious itself, but there are some activities that if are exported can be exploited by an attacker an use it to perform bad actions. This is a vulnerability called: "Improper export of android component applications" . The info of that vulnerability is here
https://cwe.mitre.org/data/definitions/926.html in the page you can read:
"The Android application exports a component for use by other applications, but does not properly restrict which applications can launch the component or access the data it contains"
also,
"If access to an exported Activity is not restricted, any application will be able to launch the activity. This may allow a malicious application to gain access to sensitive information, modify the internal state of the application, or trick a user into interacting with the victim application while believing they are still interacting with the malicious application."
In this specific case the exported activity is giving access to device sdcard that contains sensitive information, that is why I have this dude about the security of this app.