I'm getting a data Uri out of my intent and try to parse the attributes. However, if the attribute contains a '+' sign, the getQueryParameter(attr)
method will convert it to a ' ' as mentioned in the documentation
So this answer wont work if the parameter contains a '+' sign.
And this answer is converting the '+' to a '_'
My Uri looks somehow like this: "MyApp:///?Attr=fdwGcv+fsdsfd_AS="