Skip to content

Update permissions package and remove legacy permissions on Android #4432

Martin Santangelo requested to merge fix/legacy-permissions-android into develop

Ticket(s) / Related Merge Requests

#4432 (closed)

Summary of Changes

Despite I was unable to reproduce this issue, I found that we were using a legacy permissions system on android and the permissions package was not updated. This MR removes the legacy permissions (Android) and updates the package

Testing Considerations

Test permissions for both platforms

  • Open the composer and tap on the camera
  • Take a picture
  • tap the download icon

Regression Scope

It only affects the permissions request/check

Platform Affected (web, mobile, etc)

Android & iOS

Developer Testing Completed

Android and iOS

Screenshots

(Any extra UI screens that can be shared)

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Martin Santangelo

Merge request reports