google / mobly-bundled-snippets

Snippets to allow Mobly tests to control Android devices by exposing a simplified Android API.
Apache License 2.0
42 stars 50 forks source link

Add basic telephony feature support #6

Open xpconanfan opened 7 years ago

xpconanfan commented 7 years ago

Like making a call.

zhouxiaofeng12 commented 4 years ago

@xpconanfan Want to ask whether the basic ability, make a phone call and answer the phone

xpconanfan commented 4 years ago

Sorry we haven't got time to work on this one. But feel free to submit PR adding to TelephonySnippet.java using Android's TelecomManager APIs.

zhouxiaofeng12 commented 4 years ago

@xpconanfan Want to directly in the code to use Uiautomator2 realize answer phone,Framework to support?

xpconanfan commented 4 years ago

No please avoid relying on UI if possible. This library is mostly headless. You can create your own snippet with UI automator using Snippet Lib if you want to.