How to ask permission

Hai kodular developers I want to know how to ask permission in my app For example How to get permission to read Storeg I need to get a block tutorial :blush:

For that, I think you have to use snackbar.

I don’t understand :thinking:

You have to use snackbar component

@Aaminah_Mansuri my question android.permission.WRITE_EXTERNEL_STOREGE

How to ask it

Screen.askPermission(“android.permission.WRITE_EXTERNEL_STOREGE”)

1 Like

I already do it but not working

I set screen 1 initializ and set it

Please can you share the blocks you’ve tried

@Midhlaj_am Please refer this
READ / WRITE External Storage Permission

2 Likes

Ok pls wait

1 Like

have you tried

NOTE: IF THE PERMISSION IS ALREADY GRANTED THEN IT WILL NOT ASK FOR PERMISSION

Edit: If this does not work then try
GitHub - jarlisson2/ListPermissionAIX: Extension to handle a whitelist.
ListPermission: with this extension it is possible to make a whitelist at once - Extensions - Kodular Community

3 Likes
2 Likes

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