Skip to content

StartUsing/XamarinAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XamarinAndroid

Describe

Have function

  • Root
  • WifiControl
  • WifiApControl
  • WifiApConnectionList
  • FlightModeControl
  • MobileDataControl

Version

android : 4.4+ or api 4.4+

Because working relationship only provide tools do not provide the logic and UI

Other

//It can be real-time detection
var es = Executors.NewCachedThreadPool();
es.Submit(new Runnable(() =>
{
    var ipAddress = InetAddress.GetByName(Ip);
    ipAddress.IsReachable(100) 
}));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages