Hi,
I need your help
with this code can not open Tethering Settings
but I need to activate the WiFi Tethering automatically without user action.
how can I fix this?
thank you very much
I need your help
with this code can not open Tethering Settings
B4X:
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_MAIN,"")
Intent1.SetComponent("com.android.settings/com.android.settings.TetherSettings")
StartActivity(Intent1)
but I need to activate the WiFi Tethering automatically without user action.
how can I fix this?
thank you very much