{"id":28393697,"url":"https://github.com/rust-mobile/android-intent","last_synced_at":"2026-03-07T22:32:36.926Z","repository":{"id":65934079,"uuid":"599053239","full_name":"rust-mobile/android-intent","owner":"rust-mobile","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-17T23:44:03.000Z","size":24,"stargazers_count":17,"open_issues_count":7,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-12-09T17:17:21.739Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-mobile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-08T11:00:48.000Z","updated_at":"2025-11-02T20:01:13.000Z","dependencies_parsed_at":"2023-10-14T19:22:41.438Z","dependency_job_id":"3e5db6a9-77d0-4c09-bc33-e0e076a10743","html_url":"https://github.com/rust-mobile/android-intent","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"45745dedff550422d175337bc8f402df259a3a97"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rust-mobile/android-intent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-mobile%2Fandroid-intent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-mobile%2Fandroid-intent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-mobile%2Fandroid-intent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-mobile%2Fandroid-intent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-mobile","download_url":"https://codeload.github.com/rust-mobile/android-intent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-mobile%2Fandroid-intent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30234638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-31T16:39:40.279Z","updated_at":"2026-03-07T22:32:36.829Z","avatar_url":"https://github.com/rust-mobile.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# android-intent\n\n[![crate](https://img.shields.io/crates/v/android-intent.svg)](https://crates.io/crates/android-intent)\n[![documentation](https://docs.rs/android-intent/badge.svg)](https://docs.rs/android-intent)\n\n```rust\nuse android_activity::AndroidApp;\nuse android_intent::{with_current_env, Action, Extra, Intent};\n\n#[no_mangle]\nfn android_main(_android_app: AndroidApp) {\n    with_current_env(|env| {\n        Intent::new(env, Action::Send)\n            .with_type(\"text/plain\")\n            .with_extra(Extra::Text, \"Hello World!\")\n            .into_chooser()\n            .start_activity()\n            .unwrap()\n    });\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-mobile%2Fandroid-intent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-mobile%2Fandroid-intent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-mobile%2Fandroid-intent/lists"}