Replace Accompanist Permissions with first-party activity-compose API
Accompanist Permissions (0.36.0) is deprecated and experimental. Migrate to the stable ActivityResultContracts.RequestPermission / RequestMultiplePermissions APIs already available via activity-compose. Adds explicit state tracking with a cameraResultReceived flag to correctly distinguish "never asked" from "permanently denied" — an improvement over the previous Accompanist-based detection. Bump version to 1.1.2. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
24eabfe26f
commit
878c23bf89
5 changed files with 76 additions and 35 deletions
|
|
@ -1,4 +1,4 @@
|
|||
versionMajor=1
|
||||
versionMinor=1
|
||||
versionPatch=1
|
||||
versionCode=3
|
||||
versionPatch=2
|
||||
versionCode=4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue