How to enter credentials programmatically in Skype app for Android
问题 Currently I have an application that makes a Skype call using Intents . However this assumes that the user is currently logged into his Skype account. I want to avoid this and instead programmatically enter the user's credentials in the Skype app so that it does not show the login screen. Right now I have to manually go to the Skype app enter the credentials for the calling to work. Is there anyway I can do this through code? Is there any API available? My current implementation is just about