AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Camera permission request behavior changes for QR + PIN Auth, Fixes AB#3032520 #2524

Open p3dr0rv opened 1 week ago

p3dr0rv commented 1 week ago

There is a new CELA requirement to change the behavior of the camera permission request for QR + PIN Auth.

The current behavior is that once we get the camera permission for the app we never ask again. The change is to ask every time we need to use the camera.

In addition to this change we move some functionality to the new class CameraPermissionRequest and did some update on the name of the functions.

AB#3032520

github-actions[bot] commented 1 week ago

✅ Work item link check complete. Description contains link AB#3032520 to an Azure Boards work item.