This will open in response to clicks on the notification. It provides a quick way to change a song or pause music. (Mainly it just looks legit)
6 lines
212 B
XML
6 lines
212 B
XML
<resources>
|
|
<style name="NoBackground" parent="android:style/Theme">
|
|
<item name="android:windowBackground">@null</item>
|
|
<item name="android:windowNoTitle">true</item>
|
|
</style>
|
|
</resources> |