android-activity 0.4.1
What's Changed
Added
- Added
AndroidApp::vm_as_ptr()
to expose JNIJavaVM
pointer (#60) - Added
AndroidApp::activity_as_ptr()
to expose AndroidActivity
JNI reference as pointer (#60)
Changed
- Removed some overly-verbose logging in the
native-activity
backend (#49)
Removed
- Most of the examples were moved to https://github.com/rust-mobile/rust-android-examples (#50)
New Contributors
- @MarijnS95 made their first contribution in #47
Full Changelog: v0.4.0...v0.4.1