PM-36508: Chore: Local network access permission#6916
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6916 +/- ##
==========================================
- Coverage 85.99% 85.85% -0.14%
==========================================
Files 985 991 +6
Lines 64067 64244 +177
Branches 9047 9065 +18
==========================================
+ Hits 55094 55157 +63
- Misses 5861 5977 +116
+ Partials 3112 3110 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR bumps Code Review DetailsNo actionable findings at the inline level. Previously raised threads ( |
dcb0bfd to
a65fc32
Compare
a65fc32 to
9c636bf
Compare
9c636bf to
eb51c11
Compare
| /** | ||
| * StateFlow indicating if local network access is being requested at this moment. | ||
| * | ||
| * Emits `true` when local network access is, `false` otherwise. |
There was a problem hiding this comment.
♻️ DEBT: KDoc sentence is incomplete — appears to be missing words after "is".
Details
The line reads: Emits true when local network access is, false otherwise. — likely intended ... when local network access is required, false otherwise. The first sentence above already conveys the meaning, so the second can either be completed or removed for clarity.
eb51c11 to
1c24b2a
Compare
🎟️ Tracking
PM-36508
📔 Objective
This PR updates the
compileSdkto 37 without updating thetargetSdk(still at 36). Support for requesting theACCESS_LOCAL_NETWORKpermission has been added via a top-level overlay.📸 Screenshots
|
|
|