Add MonitorActivity - for registering on network and sending audio

This commit adds the shell of the MonitorActivity. This activity
will register its service on the local network, wait for a connection,
then send audio data.
This commit is contained in:
Branden Archer
2015-12-26 15:49:12 -05:00
parent 7bd19f2325
commit 11bf3822b6
4 changed files with 173 additions and 0 deletions

View File

@@ -24,6 +24,11 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="protect.babymonitor.MonitorActivity"
android:label="@string/app_name"
android:parentActivityName="protect.babymonitor.StartActivity"
/>
</application>
</manifest>