B4A Tutorial [Tip] Reset the manifest editor code to the default code - Erel    Apr 21, 2020   (17 reactions) Use case: you downloaded an old example and you want to reset the manifest editor code so it will have the correct targetSdkVersion and theme. Open the manifest editor, delete all text and save it. Open the manifest editor code again and the default text will appear.... B4A Tutorial Manifest Editor - Erel    Feb 22, 2016   (7 reactions)   tags: Manifest Editor Basic4android v1.8 introduces a new tool named Manifest Editor.
Every Android application includes... and update it when the project is updated.
The new manifest editor solves the above issue... B4A Tutorial android.jar / targetSdkVersion / minSdkVersion - Erel    Jun 2, 2022   (78 reactions)   tags: runtime permission, sdk version, Targetsdk, SDK, B4A code. minSdkVersion Set in the manifest editor. Default value is 5 (Android 2.0). This one is very... errors. targetSdkVersion Set in the manifest editor. This one is a bit more confusing. It helps... the manifest editor: CreateResourceFromFile(Macro, Core.NetworkClearText) - 29 - No permission to access.... - 31 - StartServiceAt will not work. Use StartServiceAtExact and add to manifest editor... longer works without specific declarations in the manifest editor: https://stackoverflow.com/questions... B4A Library [B4X] BLE 2 - Bluetooth Low Energy - Erel    Jan 4, 2023   (26 reactions)   tags: Bluetooth, Bluetooth Low Energy, BLE the fine location permission in the manifest editor. 2. Request this permission... B4i. Updates: - Example updated with targetSdkVersion = 31. Note the permissions in the manifest editor: AddPermission(android.permission.ACCESS_FINE_LOCATION) AddPermission(android.permission... Wish Build configurations in Manifest Editor - hatzisn    Jul 11, 2022 I came in a situation in which I needed the same feature for the manifest editor. I was developing an application both for Android TV and Phone/Tablet and I needed a different "code" in manifest... I just devided the two manifests with a REMed line of stars and I REM each time the different section for... configurations in manifest would be a great feat to have.... Wish Shortcut to the Project / Manifest Editor menu - asales    May 10, 2022 Not essential, but I use this feature more than the Project / Build Configurations menu (Ctrl+B).... B4A Question Manifest editor code not compiled - RB Smissaert    Apr 5, 2022 :targetSdkVersion is 30 (manifest editor). (warning #31)
I had in the manifest editor:
<uses-sdk android... recompiling the project could I again doing the file copy.
The Manifest editor has at the top....DirRootExternal/SubFolderX\
So, I changed the Manifest and set it back to 28 and compiled the project. Still... B4A Question Manifest Editor and GPS in background - grafsoft    Jan 19, 2022 , "location")
to the manifest.
When I do this, I see "module tracker not found".
Ths is the whole manifest
AddManifestText(
<uses-sdk android:minSdkVersion="4" android...)
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
AddManifestText(<uses... B4A Tutorial Background location tracking - Erel    May 18, 2021   (48 reactions)   tags: Longrunningaoo, background clock alive, B4A Background location, gps, B4A the "allow while app is open" permission option we need to add this line to the manifest editor: SetServiceAttribute(Tracker, android:foregroundServiceType, "location") ... B4A Question If we were to develop a GUI for the manifest editor, what should it have and how should it work? - Mashiane    Jan 21, 2021   (1 reaction) Ola
I'm thinking, the manifest editor has forever been text based like our IDE code editor. There should be a better way to work around it. I know understand there are Macros etc etc. Well I have not been b4a-ing like forever and a lot of evolving has happened with B4X.
So lets chat about... Page: 1   2   3   4   5   6   7   |