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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user