Add DiscoverActivity - lists of baby monitors on the network

This is the stub of the DiscoverActivity, which is responsible for
discovering all available ProtectBabyMonitor services on the
local network.
This commit is contained in:
Branden Archer
2015-12-26 15:49:32 -05:00
parent 4635a78574
commit eb9cd75c3a
4 changed files with 91 additions and 0 deletions

View File

@@ -29,6 +29,11 @@
android:label="@string/app_name"
android:parentActivityName="protect.babymonitor.StartActivity"
/>
<activity
android:name="protect.babymonitor.DiscoverActivity"
android:label="@string/app_name"
android:parentActivityName="protect.babymonitor.StartActivity"
/>
</application>
</manifest>