Escape single quote character while binding selection args.

Selection args may include single quotes and appending them as it is
may cause sql injection.

Changed bindSelection to escape single quote character.

Test: DatabaseUtilsTest#testBindSelection_singleQuoteCharacter
Bug: 154189383
Change-Id: I2d6e7c4a9026fd47a9ef839ba29bec0b024ca745
2 files changed