Other B4A v12.5 - targetSdkVersion = 33 - Erel    Jun 14, 2023   (50 reactions) ADB installation allows downgrading apps, based on the #VersionCode value.
Comment link to go to layout:
'main page layout - ide://goto?Layout=MainPage
Updated internal libraries: XUI v2.3, RuntimePermissions v1.2, Core v12.5, SimpleMediaManager v1.13, BCTextEngine v1.95, B4XFormatter v1.04, XUI V B4A Question targetSdkVersion=30 - Cyan (first post)    Jun 26, 2021   (2 reactions) The one that controls your app's availability for previous android versions is minSdkVersion, so as long as you don't change that you're good (and also are careful about trying to use new APIs in older android versions). B4A Question targetSdkVersion="33" and permissions - peacemaker    Jun 26, 2023 Hi, All
I have found that if targetSdkVersion is "33" - no is shown in the app settings. And no request system dialog and Waiting For permission request is always with False result.
It's in B4xPages structure app, tested under Android 13 device and 2 emulators (Android 10).
B4A v.12.5, rp lib v.1. B4A Question targetSdkVersion=30 and File.DirRootExternal - mcqueccu (first post)    Aug 27, 2020 The Workaround is exactly on top of what you quoted above...
SetApplicationAttribute(android:requestLegacyExternalStorage, true)
https://www.b4x.-jar-targetsdkversion-minsdkversion.87610/ B4A Question SDK 30 issues with Android 11 - Erel (first post)    Mar 12, 2021   (1 reaction) No. targetSdkVersion can be 29 for now. Switch to B4A 10.7 (currently beta) and it will work. B4A Question targetSdkVersion="33" and again "GpsStatus APIs not supported...." - agraham (first post)    Apr 18, 2024   (1 reaction) I see it now. Investigating! Spanish [Solucionado]targetSdkVersion="23" - bgsoft (first post)    Sep 14, 2017   (1 reaction) Hola Gonzalo:
El targetSdkVersion es un número entero que designa el nivel de API que la aplicación apunta. Si no se establece, el valor predeterminado es igual al de minSdkVersion.
Para entendernos, el targetSdkVersion hace referencia a la API con la cual vas a compilar tu aplicación, los disposi B4A Library FirebaseStorage - Simple file storage backend - Erel (first post)    Sep 14, 2020   (3 reactions) Example was updated. targetSdkVersion is set to 29 and it is based on B4XPages, which makes everything simpler. Note that usage of Wait For with the completed events. B4A Question KeyValueStore2 Database Error-Android6 - Erel (first post)    Jun 24, 2016   (2 reactions) Setting the targetSdkVersion to 23 means that you are using runtime permissions: Runtime Permissions (Android 6.0+ Permissions) The simple solution is to use RuntimePermissions.GetSafeDirDefaultExternal("") instead of File.DirRootExternal. B4A Question I need to write sd card permission - Erel (first post)    Nov 14, 2018   (1 reaction) The targetSdkVersion is set to 19 so runtime permissions are not needed. Page: 1   2   3   4   5   6   7   Powered by ColBERT |