accessing custom url parameters on android

Im looking for some way to access data passed with custom uri in unity script (like scheme://myapp?data1=xxx&data2=yyy). Is there anything similiar to Application.srcValue that is working on Android?

Since no one answered my question, i found answer by my own and wrote little plugin holding whole uri in static var. Suprisingly its working very well.