1

I'm a new in Android, so I don't know if it is possible.

Let's say I sent to user an install link to my application, something like www.mysite.com/files/myapp.apk?email=user.email@gmail.com

Do I have a way to get parameter email from this link in my application when it will be installed in user telephone? For example, in my launch activity.

EDITED: I tried this code in my main activity, but it returns NULL always:

getIntent().getDataString()
Rougher
  • 704
  • 4
  • 13
  • 37

0 Answers0