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 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 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/ B4A Question targetSdkVersion="33" and again "GpsStatus APIs not supported...." - agraham (first post)    Apr 18, 2024   (1 reaction) I see it now. Investigating! 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. 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 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. Page: 1   2   3   4   5   6   7   Powered by ColBERT |