use android_activity::AndroidApp;use android_intent::{with_current_env,Action,Extra,Intent};#[no_mangle]fnandroid_main(_android_app:AndroidApp){with_current_env(|env| {Intent::new(env,Action::Send).with_type("text/plain").with_extra(Extra::Text,"Hello World!").into_chooser().start_activity().unwrap()});}Uh oh!
There was an error while loading. Please reload this page.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Latest commit | ||||