Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
316 views
in Technique[技术] by (71.8m points)

android - 动态开启/关闭wifi热点的应用(An app to dynamically turn on/off a wifi hotspot)

I want to control wifi hotspot dynamically in my Android app project.

(我想在我的Android应用程序项目中动态控制wifi热点。)

I have tired Reflection (which will not work in Android Oreo and later versions), startLocalOnyNetwork (but I want specific SSID and PASSWORD , which is not possible to configure it).

(我已经厌倦了Reflection (在Android Oreo及更高版本中将无法使用), startLocalOnyNetwork (但我想要特定的SSIDPASSWORD ,无法对其进行配置)。)

Then I rooted my phone, Is it possible if the device is rooted ?

(然后我扎根了手机,是否可以扎根设备?)

Expecting an api to turn on/off wifi hotspot with specific SSID and PASSWORD or use the previous one.

(期望api使用特定的SSIDPASSWORD打开或关闭wifi热点,或者使用上一个。)

Any possibilities or workarounds ?

(任何可能性或解决方法?)

Thanks in advance.

(提前致谢。)

  ask by Binil translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...