skills/android-permissions-activity-results/SKILL.md
Use modern permission requests, Activity Result APIs, and capability-gated UX in Android flows.
npx skillsauth add krutikJain/android-agent-skills android-permissions-activity-resultsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
references/patterns.md when you need the picker-vs-permission matrix or API-level behavior checklist.references/scenarios.md for photo picker, notification permission, and limited media access examples.android-media-files-sharingandroid-testing-uiPOST_NOTIFICATIONS on Android 13+, approximate vs precise location, background location as a separate flow, and Android 14 selected-photos access.rg -n "rememberLauncherForActivityResult|RequestPermission|RequestMultiplePermissions|PickVisualMedia|OpenDocument|TakePicture" examplesrg -n "POST_NOTIFICATIONS|READ_MEDIA_|READ_EXTERNAL_STORAGE|PickVisualMedia" examplespython3 scripts/eval_triggers.py --skill android-permissions-activity-resultstesting
Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
data-ai
Model screen state, events, reducers, and side effects for Android UIs with predictable lifecycle-aware ownership.
tools
Coordinate serialization, caching, conflict handling, and offline-first sync flows in Android apps.
development
Apply Android app security guidance around secrets, storage, network trust, exported components, and least privilege.