After downloading image I want to share it but it is not working.
It is not showing any sharing after image is downloaded.
Kindly help me in this issue.
I want to immediately share the image after download.
Tested with Companion or APK?
Companion should work. For APK you need READ / WRITE permission.
Not sure is this is asked automatically.
Try also this to get the filePath
:
I tested with apk
already I allow storage permissions for downloading
Ok, then try what I suggested and post the filePath
.
Connect to Companion, right mouse click on Label.Text, Do it
Then show your blocks to ask for WRITE permission.
I have not added any permission blocks,
when download is clicked it automatically asks for permission.
Is still there need of permission block. then which permission name I will use?
No, if WRITE permission is already granted, it should work.
(WRITE permission implicitly grants READ perm.)
Just checked, for me it works.
It worked in companion but not working in apk.
Why it is not working in apk then.
If it doesn’t work for you, post the aia or APK.
Yes, I have changed.
Remove it and try again if it works.
Working Now after removing package name
Post the not working APK (with your own packageName), I’ll try to get it working.
I think I have the solution, but want to check it again.
Ok, I did not test your APK, but check this:
Wallpapers_2.apk (7.8 MB)
It is signed with my keystore, so you have to uninstall your app first.
When I have this simple app (shareTest.aia
):
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.
Not working… same problem