How to start a Skype call from an Android app?

前端 未结 4 857
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-03 06:33

I\'m trying to start a Skype intent from my Android App, passing a phone number. So far, thanks to other people who ad similiar needs here on stackoverflow, I\'ve managed to

4条回答
  •  渐次进展
    2020-12-03 06:59

    You should not include a specific class when calling an external app. Let the user decide of the application he/she wants to use. That's the way android has been designed and it's a better solution than obliging people to use a soft (moreover quite a slow, closed and inconvenient app to my mind).

    In other words, just use the Uri, that's the job of skype of declaring its ability to capture such intents.

提交回复
热议问题