Add ListenActivity for playing audio from ProtectBabyMonitor services

This activity will eventually receive audio from the MonitorActivity
of another Android device and play it.
This commit is contained in:
Branden Archer
2015-12-26 15:49:53 -05:00
parent 1f7f6f04fe
commit 2e164c0fb2
3 changed files with 103 additions and 0 deletions

View File

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