Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

[Enhancement] Permissions - add ShouldShowRequestPermissionRationaleAsync method #1160

@Mikilll94

Description

@Mikilll94

Summary

In Plugin.Permissions there was a ShouldShowRequestPermissionRationaleAsync method. However, in Xamarin.Essentials Permissions API there is no such a method.

API Changes

Add the following method:

bool ShouldShowRequestPermissionRationaleAsync(Permission permission)

Intended Use Case

I want to display the permission rationale on Android devices. Using Plugin.Permissions it was possible. However, in Xamarin.Essentials this is not possible.

Metadata

Metadata

Labels

enhancementSmall enhancement to the libraryfeature-requestA request for a new feature.in-progressActively being worked on.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions