How do I open a window with permissions?

I need to open a window with permissions of application by user button click.
P/s i don't need to ask a permission, just open a window. Thanks.

See here:

Use the Activity Starter. The intent you want (for example, Settings) will be:

android.intent.action.SETTINGS

image

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.