GeekyAnts / external_app_launcher

BSD 3-Clause "New" or "Revised" License
14 stars 31 forks source link

feature: add option to send arguments via intent #7

Open AliAkberAakash opened 2 years ago

AliAkberAakash commented 2 years ago

This commit allows users to send some arguments as string via intent. Users can then receive the arguments from another activity and/or another app from intent extras. This works now but needs a bit more work. Let me know if you are interested to merge this, then I will work on it more.