ListPermission: with this extension it is possible to make a whitelist at once

not fair… i feel in debt :smiley:
thanks anyway

2 Likes

Amazing! Thank you for working for the community.

2 Likes

Note: The extension no longer works with the AndroidX libraries (→ AI2). @jarlissonlira2

1 Like

You mean @jarlissonlira2 will have to migrate to AndroidX?

1 Like

As Evan Patton said, “the extension author will need to update their extension to use the AndroidX libraries as Google has deprecated the older Android Support libraries and we are no longer using them in App Inventor.”

But Kodular still uses the Support library, as @Mika said:

2 Likes

… and that’s why I asked you:

1 Like

Kodular is in full mood to play game with us :joy:

1 Like

If I request all permissions on screen1, do I no longer need to request when I get to screen2?

No, you don’t need to request for permission again, if they are once granted.

2 Likes


Why does this problem always occur after I add it

It’s better to always ask for solution with errors are you getting and blocks you tried

1 Like

I tried but couldn’t find the answer to this kind of question

If you don’t find the solution, then create a new Topic.

A post was split to a new topic: What is the name of permission for location?

Getting this error while using this extesion in MIT App Inventor
java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/content/ContextCompat;
Note: You will not see another error reported for 5 seconds.

@sourabhdubey7296 allready reported, the extension author will have to update thei extension to use the AndroidX libraries in order to work with app inventor

2 Likes

Probably, because you are using app Inventor, which needs androidX support library in order to work, this extension is still using the old support library.

4 Likes

you might want to fix the spelling errors…

also usually extension names use the UpperCamelCase notation, i.e. the correct name of the extension would be ListPermission

Taifun

1 Like

error


Why this happens? I just use a simple block in button click

Show your all blocks