라이브 방 - 룰렛 설정 추가
This commit is contained in:
@@ -125,6 +125,7 @@
|
||||
<activity android:name=".audio_content.curation.AudioContentCurationActivity" />
|
||||
<activity android:name=".audio_content.all.AudioContentNewAllActivity" />
|
||||
<activity android:name=".audio_content.all.AudioContentRankingAllActivity" />
|
||||
<activity android:name=".live.roulette.config.RouletteConfigActivity" />
|
||||
|
||||
<activity
|
||||
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
|
||||
@@ -135,14 +136,13 @@
|
||||
|
||||
<service
|
||||
android:name=".common.SodaLiveService"
|
||||
android:stopWithTask="false"
|
||||
android:foregroundServiceType="microphone|mediaPlayback"
|
||||
/>
|
||||
android:stopWithTask="false" />
|
||||
|
||||
<service
|
||||
android:name=".audio_content.AudioContentPlayService"
|
||||
android:stopWithTask="false"
|
||||
android:foregroundServiceType="mediaPlayback" />
|
||||
android:foregroundServiceType="mediaPlayback"
|
||||
android:stopWithTask="false" />
|
||||
|
||||
<!-- [START firebase_service] -->
|
||||
<service
|
||||
|
Reference in New Issue
Block a user