I want to automatically add device primary gmail id in the edit text field whenever user open the login page.
this is my emailview
mEmailView = (EditText)findViewById(R.id.account_email);
I have mentioned the permission in the Main fest
<uses-permission android:name="android.permission.GET_ACCOUNTS"></uses-permission>
any suggestion ?
Answer for my question simple and easy way to put device email into edittext