Skip to content

Commit

Permalink
Merge pull request #74 from IndrekV/android-notfication-close
Browse files Browse the repository at this point in the history
Fix for Android player notification not closing on app close
  • Loading branch information
tlenclos committed Feb 25, 2017
2 parents 7ded132 + 68dbdee commit 957f4ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<service
android:name="com.audioStreaming.Signal"
android:enabled="true"
android:theme="@android:style/Theme.NoTitleBar"/>
android:theme="@android:style/Theme.NoTitleBar"
android:stopWithTask="true"/>
</application>
</manifest>

0 comments on commit 957f4ce

Please sign in to comment.