maher_HICHRI:
For example, try to create a new project and use just a simple button in your screen, then try to export the apk and look in the manifest file (with apk editor) , you’ll find WRITE permission and externalLegacyStorage, …!
No, WRITE_EXTERNAL_STORAGE
permission is NOT declared in the Manifest
of an empty project (with only one button).
Yes, android:requestLegacyExternalStorage="true"
is declared in the Manifest
of each project, as I already said here:
This is declared in each app in the Manifest:
android:requestLegacyExternalStorage="true"
To prevent access problems to the external storage with Android 11 devices.
As I already said (→ #15 ): targetSdkVersion = 29: requestLegacyExternalStorage
→ works.
No !!!
No, only these:
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
and these (non-dangerous permissions) are always declared.
No .
5 Likes
mohit456
(Deva)
April 17, 2021, 2:54pm
#43
please tell clearly what i should do ?
mohit456
(Deva)
April 17, 2021, 2:57pm
#45
then when we will update our app?
I think everything necessary on this topic has already been said .
2 Likes
Xoma
(Kumaraswamy)
April 17, 2021, 3:31pm
#47
Some times you require the permission even just for a simple button if you’re using the “background-image” block or the “image” block of the button.
Just relax and do nothing.
1 Like
hammerhai
(Nathan)
April 17, 2021, 5:29pm
#48
Setting a background image does not require the READ_EXTERNAL_STORAGE permission, they image would be read from assets.
Xoma
(Kumaraswamy)
April 18, 2021, 4:02am
#49
I have never used that feature. but , what if you set the image from external storage?
hammerhai
(Nathan)
April 18, 2021, 4:42am
#50
I don’t think thats possible.
Of course, that is possible (also on Android 11 devices):
Blocks / screenshot Pixel 2XL (A 11)
3 Likes
hammerhai
(Nathan)
April 18, 2021, 6:46am
#52
So, what happens when Kodular doesn’t target Android 10 anymore
1 Like
In this specific case (as shown by me) nothing changes if the app (Kodular) targets API 30 (targetSdkVersion = 30
).
1 Like
dear bodymindpower if we know about how to do that we cant post like that questions but we need an explanation video or step-by-step guide how to fix this error on the google play console. because this is 0 knowledge app-making platform (kodular ) that’s why we are here. so please don’t give an answer like we are professional
If you read this thread you will find it.
2 Likes
Saezy
(Farhad Stanekzay)
April 18, 2021, 4:15pm
#56
Sanjay_Khatiwada:
we are professional
Does reading require a professional?
You have to do nothing , Ignore the message
Saezy:
You have to do nothing
Right, as has already been said often enough.
Saezy:
Ignore the error
It’s not an error, actually not even a warning, but just a hint .
2 Likes
Saezy
(Farhad Stanekzay)
April 18, 2021, 4:30pm
#58
Edited. And yes more than enough
bodymindpower:
said often enough.
I wish I had your patience
are you find solution of this pronlem.?
1 Like
Can we finally close this topic please?
Everything has already been said .
4 Likes