Tom Taylor 790ac852b3 Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager
Bug 17969135 

Use query (instead of rawQuery) and pass in arguments instead of building
the query with a giant string. Add a unit test that fails with the old
code but passes with the new code.

Change-Id: Id04a1db6fb95fcd923e1f36f5ab3b94402590918
2014-10-14 21:45:22 +00:00
..