Android Question AddPermission / AddManifestText

MarcoRome

Expert
Licensed User
Longtime User
Hi @Erel, All
Talking with some colleagues in the Italian forum we have some questions raised:

This code
B4X:
AddPermission(android.permission.READ_EXTERNAL_STORAGE)

and this
B4X:
AddManifestText(<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"...../>)

it should be the same.
Using AddPermission appears in the "Permission List" ( Log Window ) using AddManifestText NOT results in the "Permission List"
Why ?
Thank you
 
Top