Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试以编程方式创建热点,不幸的是它在android lollipop中不起作用。
对于以前的 android 版本,我使用反射使用“ setWifiApEnabled ”,它工作正常。
我现在为此苦苦挣扎了一段时间,任何帮助都会很棒。
添加权限后工作:)
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" /> <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />