3.2.0
What's Changed
- use u2.jar instead of test apk by @codeskyblue in #1004
- fix toast and clipboard
toast api changes.
# new
print(d.last_toast)
d.clear_toast()
# old
d.toast.get_message(5.0)
d.toast.clear()
d.toast.show("message") # removed
Full Changelog: 3.1.2...3.2.0