What/where is a WiFiDirectActivity

后端 未结 2 565
醉酒成梦
醉酒成梦 2021-01-25 07:37

I am attempting to understand and implement the (incomplete) code described in \"Creating P2P Connections with Wi-Fi\". This is to add as a separate class to my existing activit

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-25 07:57

    That file is part of an example project, not a library/jar for you to consume. If you need it for implementing your code, look into that project

    See: https://android.googlesource.com/platform/development/+/master/samples/WiFiDirectDemo/src/com/example/android/wifidirect/WiFiDirectActivity.java

提交回复
热议问题