Last active
December 25, 2015 02:49
-
-
Save fharper/6905315 to your computer and use it in GitHub Desktop.
PlayingAudiLockScreen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<audio mozaudiochannel="content" preload="none" src="http://upload.wikimedia.org/wikipedia/en/4/45/ACDC_-_Back_In_Black-sample.ogg" autoplay></audio> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"permissions": { | |
"audio-channel-content":{"description":"Use the audio channel for the music player"} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment