Change hard-coded string to use library-provided constant
Does this cause problems with older SDKs? I don't think so. I assume that the library constant gets compiled as a literal, so if a phone based on the older SDK would have worked with our hard-coded literal, it will work with the library-provided literal as well.
Hopefully someone with Android experience can verify my guess, otherwise we can merge and see what happens :)