
This parses the String into a Uri once per Intent, rather than once per broadcast. The Uri instance is also nicer to work with, since it is the native URL format for Intents. It should make the progress updates a bit more efficient also. fdroid/fdroidclient#1742