Have you found some way to remove this receiver on the build process? My build also contains this and we were rejected on a process to publish the app on a private store because the permissions used by the receiver are not allowed by the store's guidelines.
I've tried to remove the permission itself using <uses-permission android:name="android.permission.DUMP" tools:node="remove"/>
on my Manifest but that didn't work.