ionic-team / capacitor

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️
https://capacitorjs.com
MIT License
12.04k stars 999 forks source link

feat: Open Native App Permissions #3122

Closed hatsantos closed 8 months ago

hatsantos commented 4 years ago

Feature Request

Description

A way in Capacitor to be able to open the app permissions. Maybe the Permissions plugin could handle the openning of the native app settings to setup the app permissions.

This will be very helpfull to guide de user to update de app permisisons settings if he wrongly removed the permissions concent or just want to change it.

If this methos exist, We could provid in the APP UI a quick access to the permissions settings.

Platform(s)

Android and iOS.

Preferred Solution

I think the permission plugin would be a good place to have a generic method to open the native permissions settings page, something like: OpenNativePermissions() .

bolivir commented 3 years ago

Im missing this feature also, migration from the diagnostic cordova plugin where this feature is available.

jcesarmobile commented 8 months ago

Closing as won't do since the permission plugin no longer exists and this repository no longer has plugins.

Each plugin that needs permissions will need to implement this if interested or a new plugin will have to be created.

LocalNotifications plugin 6.x will have changeExactNotificationSetting() for opening the exact notifications settings screen that appear if using the exact notification permission.

ionitron-bot[bot] commented 7 months ago

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.