Problem in sharing image after download

When I have this simple app (shareTest.aia):

grafik

and build the APK shareTest.apk (4.8 MB) I get this line in the Manifest:

    <provider android:authorities=" de.bodymindpower.test.provider" 

If I replace it in this way the app (sharing) works: shareTest2.apk (4.8 MB)

So this issue seems to be related to this:

and this changing:

Something that @Kodular should take a look at.