Skip to content

Commit

Permalink
Bug 953093 - [Fugu][File upload selector] Choosing the system rington…
Browse files Browse the repository at this point in the history
…es will go back to the webpage
  • Loading branch information
Jim Porter committed Feb 20, 2014
1 parent 6e71ab4 commit c227390
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/ringtones/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"activities": {
"pick": {
"filters": {
"type": ["ringtone", "alerttone"]
"type": {
"value": ["ringtone", "alerttone"],
"required": true
}
},
"disposition": "inline",
"returnValue": true,
Expand Down

0 comments on commit c227390

Please sign in to comment.