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=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 targetSdkVersion="33" and permissions - Erel (first post) Jun 26, 2023 The external storage permission cannot be used since at least targetSdkVersion=31.
Other methods are available: https://www.b4x.-let-the-user-select-a-target-folder-list-of-other-related-methods.129897/ 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 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 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 Tutorial Intent Based Camera - Erel (first post) Apr 25, 2018 (2 reactions) CameraIntent was updated. targetSdkVersion is set to 26 and it uses FileProvider to export the file uri for the camera output. 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 Problem with Activity Recognition Permission - agustinroyo (first post) Apr 30, 2020 I check and i actually have the android:targetSdkVersion="28". So that is not the problem.
I will search for another way to ask the user to activate like this (is for another app) 92936 Page: 1 2 3 4 5 6 7 Powered by ColBERT |