Reputation: 549
Is there any way to put an extra into the intent launched by a shortcut?
Upvotes: 2
Views: 2647
Reputation: 1006674
If you are creating the shortcut, this works just fine. Just put the extras in the Intent
that is what the shortcut should launch. Here is a sample project demonstrating this.
Upvotes: 4