No, this is highly recommended against doing so and many users will likely never use your app because they are putting in their Facebook credentials into a dialog that they do not trust. The whole point of using Facebook login in 3rd party apps like yours is to obtain an access token, which serves as a way for your app to communicate to Facebook without having your app access the user's Facebook credentials.
Our Android SDK provides native SSO if the user has the Facebook for Android app installed, and a webview popup if they don't. Users can safely type their credentials into our webview because they can trust that they are providing their Facebook credentials to, well Facebook itself.
Do not create your own activity where the user has to put their Facebook credentials into your app. It is bad practice and your users will not trust your app as a result. Use the Facebook SDK for authentication.