Display IP Address and port of child device

Later, the parent will be able to use this information to pair
with the child device, as an alternative to using mDNS
This commit is contained in:
Branden Archer
2016-01-01 02:29:02 -05:00
parent fddb8ceede
commit 7cb2138d13
4 changed files with 72 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
android:targetSdkVersion="17" />
<uses-permission android:required="true" android:name="android.permission.INTERNET"/>
<uses-permission android:required="true" android:name="android.permission.RECORD_AUDIO"/>
<uses-permission android:required="true" android:name="android.permission.ACCESS_WIFI_STATE"/>
<application
android:allowBackup="true"