Android Question SdkVersion="33"

Sergey_New

Well-Known Member
Licensed User
Longtime User
When installed in the manifest instead of SdkVersion="29" version 33, the image located in the program folder stopped loading into WebView.
What permissions do I need to set?
 

Brian Dean

Well-Known Member
Licensed User
Longtime User
. . . located in the program folder
I think that you must at least tell us the full file path. You could mean the Assets folder where program resources are often kept, but I suspect that you do not.
 
Upvote 0

Sergey_New

Well-Known Member
Licensed User
Longtime User
I think that you must at least tell us the full file path
When you install an application, a folder with its name is created.
B4X:
File.MakeDir(File.DirRootExternal, Starter.ProgName)
This folder stores image files.
 
Upvote 0

Brian Dean

Well-Known Member
Licensed User
Longtime User
Is this related to the SDK version?
Yes. If the app does not have to go in the playstore you can set the max sdk level to 29 (as I recall) and you will not be bothered with the more recent permission limitations.
 
Upvote 1

aeric

Expert
Licensed User
Longtime User
Upvote 0
Top