Initial attempt at pairing with child device with address/port

On some networks or some mDNS implementations child discovery may not
work well. As an alternative, allow a parent to connect to a device
directly with an IP Address and port.
This commit is contained in:
Branden Archer
2016-01-01 14:03:56 -05:00
parent 7cb2138d13
commit 562a2bb164
4 changed files with 112 additions and 7 deletions

View File

@@ -36,6 +36,7 @@
android:name="protect.babymonitor.DiscoverActivity"
android:label="@string/app_name"
android:configChanges="orientation|screenSize"
android:windowSoftInputMode="adjustPan"
android:parentActivityName="protect.babymonitor.StartActivity"
/>
<activity