How Do I fix the password/ username authentication in my code?

后端 未结 4 1676
野性不改
野性不改 2020-12-21 20:45

I have an app in which I log in using my username and password and then I switch to a page which contains a webview. The webview recognizes this username and password and lo

4条回答
  •  温柔的废话
    2020-12-21 21:30

    Ok.

    you have to add the username/password in the onResume instead of OnCreate

    like explain in this Document http://developer.android.com/reference/android/app/Activity.html

提交回复
热议问题