old HTTPServerExample permission at runtime how?
https://www.b4x.com/android/forum/threads/embed-an-http-server-in-your-android-application.25984/
I add in manifest editor
AddPermission(android.permission.READ_EXTERNAL_STORAGE)
AddPermission(android.permission.WRITE_EXTERNAL_STORAGE)...
Hello everyone, also posted here.
Tappx
B4A Library - Tappx ads service
1. Register with Tappx and get an app key: https://www.tappx.com 2. Download their AAR library and copy it to the additional libraries folder: https://repo1.maven.org/maven2/com/tappx/sdk/android/tappx-sdk/3.1.3/ 3. Add...
1. Register with http://www.display.io/en/, create a new app and an interstitial ad unit.
2. Download their sdk and copy it to the additional libraries folder.
3. Add to manifest editor:
B4X:
AddPermission(android.permission.INTERNET)
AddPermission(android.permission.ACCESS_NETWORK_STATE)...
لیست پرمیشن ها permissions list در بیسیک4 اندروید
AddPermission(android.permission.BODY_SENSORS) ' Required for Google Fit´s Heartratesensor
AddPermission(android.permission.ACCESS_CHECKIN_PROPERTIES) ' Allows read/write access to the "properties" table in the checkin database, to change values...