Summary: Removing use of ```database.query``` with null values because its stopping the database plugin from working for whatsapp android. The [release version of FrameworkSQLiteDatabase](https://androidx.tech/artifacts/sqlite/sqlite-framework/2.2.0-source/androidx/sqlite/db/framework/FrameworkSQLiteDatabase.java.html) is written in java which accepts a null value (although its still annotated NonNull for Object[] bindArgs) But the [beta version of FrameworkSQLiteDatabase](https://androidx.tech/artifacts/sqlite/sqlite-framework/2.3.0-beta01-source/androidx/sqlite/db/framework/FrameworkSQLiteDatabase.kt.html) is written in kotlin which throws an exception for null values. Reviewed By: passy, mweststrate Differential Revision: D40870552 fbshipit-source-id: 72c99c1b62d052887d298145a3019d6123ea94f3