Summary: This change will allow to use various SQLiteDatabase implementations: standard Android implementation, [requery/sqlite-android](https://github.com/requery/sqlite-android) and so on. See issue https://github.com/facebook/flipper/issues/1183 ## Changelog Android Databases Plugin: `SqliteDatabaseConnectionProvider` returns `SupportSQLiteDatabase` instead of `SQLiteDatabase`. Pull Request resolved: https://github.com/facebook/flipper/pull/1196 Test Plan: Check that Databases Plugin shows correct data on the sample Android application. Reviewed By: mweststrate Differential Revision: D23294272 Pulled By: passy fbshipit-source-id: c07ebeb869ab01d41281f75541cbb3411f0ebae0