M mohammad javad Member Sep 6, 2020 #1 How is it possible to access and show connectivity setting panel which is added in android 10?
Erel B4X founder Staff member Licensed User Longtime User Sep 7, 2020 #2 Search for a Java intent that does it and we will help you port it to B4A. Upvote 0
DonManfred Expert Licensed User Longtime User Sep 7, 2020 #3 Settingspanel B4X: "android.settings.panel.action.INTERNET_CONNECTIVITY" no time left; need to go to work Upvote 0
Settingspanel B4X: "android.settings.panel.action.INTERNET_CONNECTIVITY" no time left; need to go to work
Erel B4X founder Staff member Licensed User Longtime User Sep 7, 2020 #4 B4X: 'Check that Phone.SdkVersion >= 29 Dim in As Intent in.Initialize("android.settings.panel.action.INTERNET_CONNECTIVITY", "") StartActivity(in) Upvote 0
B4X: 'Check that Phone.SdkVersion >= 29 Dim in As Intent in.Initialize("android.settings.panel.action.INTERNET_CONNECTIVITY", "") StartActivity(in)
M mohammad javad Member Sep 7, 2020 #5 is it possible to create an event for "Done" button in connectivity setting panel? Erel said: View attachment 99705 Click to expand... Upvote 0
is it possible to create an event for "Done" button in connectivity setting panel? Erel said: View attachment 99705 Click to expand...