원클릭으로
android-media-files-sharing
Use modern Android file, media, picker, FileProvider, and share-sheet APIs with minimal permissions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use modern Android file, media, picker, FileProvider, and share-sheet APIs with minimal permissions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | android-media-files-sharing |
| description | Use modern Android file, media, picker, FileProvider, and share-sheet APIs with minimal permissions. |
| metadata | {"version":"0.1.0","category":"data-platform","tags":["android","media","files","sharing"],"triggers":{"include":["android file sharing","photo picker android app","fileprovider setup android","share pdf image android","media attachment android flow"],"exclude":["room dao change","compose performance","gradle plugin error"]},"owners":["@android-agent-skills/maintainers"],"test_targets":["examples/orbittasks-compose","examples/orbittasks-xml","benchmarks/triggers.jsonl"]} |
android-permissions-activity-resultsandroid-security-best-practicescd examples/orbittasks-compose && ./gradlew :app:testDebugUnitTestcd examples/orbittasks-xml && ./gradlew :app:testDebugUnitTestpython3 scripts/eval_triggers.py --skill android-media-files-sharingProfile and improve Compose recomposition, layout, scrolling, startup, and rendering performance in Android apps.
Manage Compose state, remember APIs, side effects, snapshots, and lifecycle-aware collection without leaks or loops.
Use coroutines, Flow, structured concurrency, dispatchers, and cancellation-safe Android async pipelines.
Wire Android dependency injection with Hilt, scopes, testing overrides, and module ownership boundaries.
Bring very old Android projects to a current supported baseline with staged upgrades, deprecated API replacement, 16 KB alignment checks, and explicit handoff to specialized skills.
Design Android repositories with feature, core, and build-logic modules that scale without cyclic dependencies.