Hi,
In my project's Manifest Editor 26 is target sdk version.
Manifest Editor...
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
Recommendation by B4A is 29. (From Log)
My APP includes a button to connect to local WiFi. When targetSdkVersion is 26, upon pressing Connect button APP can connects to WiFi, however, when i change 26 to 29 I it stops working.
Can anyone help to explain the reason?
In my project's Manifest Editor 26 is target sdk version.
Manifest Editor...
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
Recommendation by B4A is 29. (From Log)
My APP includes a button to connect to local WiFi. When targetSdkVersion is 26, upon pressing Connect button APP can connects to WiFi, however, when i change 26 to 29 I it stops working.
Can anyone help to explain the reason?