Niotron Permission not work properly

Describe the bug in detail…

Niotron Read and Write permission not work properly i try many time
Attach Necessary Block Images and Files

@Souvik @Krish

(Of course both storage permissions are declared in the Manifest of the Niotron Companion app. So it should work / return “true”.)

I can’t check this with AI2, because it doesn’t have a method (block) for it.

I try everything but it’s always return false,
Permission is granted but it’s return false.

Try this: storagePermissions2.apk (4.6 MB)

Click button1 and 2 and also restart the app:

grafik

Screenshot from a Pixel 2XL (Android 11). Same result on a Pixel 4XL (Android 12).

Note: WRITE permission cannot be granted on Android 11+, since this permission does no longer exist on Android 11+. So this is a bug (in the Permission.Granted event). On Android 11+ you can only ask for READ permission. (If you ask for WRITE permission, only READ is granted.)
@Krish

2 Likes

Ok I understand.
I use Android 11.
Thanks for reply.

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