Search code examples
androidandroid-activitysendinput

sending and receiving data from android app to another


I'm building an android app , I need to contact with another app called Easy taxi . this app need to fill some data like mobile number and destination, the problem is my app help blind people so I need to send this data from my app without the need to fill it and force the Easy taxi to confirm and request the taxi. I read this article Sending Simple Data to Other Apps

but Easy taxi don't support to share even my Location , any Ideas to start from it ?!


Solution

  • You wan't be able to communicate to other apps if they don't support this. If that app can't handle some intents or doesn't expose data via Content Providers, then there's nothing you can do.