call the Lock in Android with the field email already filled

I want call the Lock in Android with the field email already filled with some default email (not a hint). For example, the user received an invitation from email and when he clicked in the link my application will open at Login Screen with the field email already filled.

I`m usying the Lock from auth0.

Lock can be used either in the hosted login page or embedded directly in the client application; you need to clarify in which situation you are as both are possible in Android.

I`m using in embedded login @jmangelo