Android Question Select network

Philip Prins

Active Member
Licensed User
Longtime User
I have a multi provider SIM card.
I want to change network manually with


I tried
Dim IntQ As Int
Dim Succes As Boolean = telMgr.RunMethod("setNetworkSelectionModeManual",Array As Object("1" ,False))

With JavaObject but get an error.

java.lang.RuntimeException: Method: setNetworkSelectionModeManual not matched.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…