'Attaching multiple images using adb
I need to attach two pictures via adb command
As I understood, I need to use the action - android.intent.action.SEND_MULTIPLE
But I can't make a command since there is no documentation on this
I can't do it through an extra stream, because only one file link is specified in the value of this parameter
Example of command with one picture:
adb shell am start -a android.intent.action.SEND -t image/* --eu android.intent.extra.STREAM file:///storage/emulated/0/Pictures/file.jpg
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
