python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Sharing images with FileProvider doesn't work correctly
I am new to android development and I ran into problems sending files via FileProvider.
I am trying to send file from storage to other Apps on device. But unfortunately the file can't be attached in a...
GoshkaLP
Votes: 0
Answers: 0
Android updating android.support.v4.content to androidx.core.content.FileProvider does not stay
I am trying to update the FileProvider class from android.support.v4.content.FileProvider to androidx.core.content.FileProvider which allows me to build successfully.
When I run ionic cap sync it reve...
Souleste
Votes: 0
Answers: 1
Android Write a FileProvider That Can Be Picked in Default Files App
I'm writing an app that contains a file explorer. I'd like this file explorer that I wrote be able to provide files for other apps, similar to how some android file explorers work. I've written the pr...
Oxters Wyzgowski
Votes: 0
Answers: 1
Unable to read an apk file from an internal directory
I'm downloading an apk from s3 and storing it in a directory named SAMPLE_APK. When I try to execute the apk present in the directory, I get an error.
2022-03-01 15:44:20.773 21867-21867/com.test.digi...
Vikram Ragu
Votes: 0
Answers: 1