Denied permissions in advance After updating the version to (Kodular Fenix 1.5.5)

But i think kodular fixed that issue, right ?
See when i open the manifest it shows permission like this -

So, now do you think we still need to make any changes or use any extension to declare permission in manifest ? @Johannes_Ai2 @bodymindpower

But i want to say that it is already declared in manifest.
What you did in the apk. Please tell

How many times does that have to be repeated? :unamused:

But there is a difference, the post by bodymindpower is on 1 July, but now the situations is been changed because kodular recently fixed the permission errors.

Also please check out the difference between the manifest bodymindpower had descried and the latest permission in manifest after update. @Johannes_Ai2

No still we had to replace this line - <uses-permission android:maxSdkVersion="29" android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

with this line <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> in the manifest.

?

No, it has not been fixed.

1 Like

Really,

So should replace this line in manifest - <uses-permission android:maxSdkVersion="29" android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

with this line <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> in the manifest.

If i do that will it work fine in all android versions ?