How do you declare this in the Manifest
via extension?
<uses-permission android:maxSdkVersion="29" android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
How do you declare this in the Manifest
via extension?
<uses-permission android:maxSdkVersion="29" android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
according to the Annotations document App Inventor Annotations - Google Docs unfortunately there is no android:maxSdkVersion="29"
option
Taifun
But how does AI2 declare this in the Manifest?
you might want to ask in the Open Source community
Taifun