Unable To Set Picture As. "no Appps Can Perform This Action"
I am trying to give users an option to set image as wallpaper/whatsapp dp like this. But I'm stuck with this code Uri sendUri = Uri.parse('android.resource://' + getPackageName()
Solution 1:
Android file read format has been changed after targetSdkVersion >= 24
You can find the details here; https://stackoverflow.com/a/38858040/1367450
Post a Comment for "Unable To Set Picture As. "no Appps Can Perform This Action""