I have got SQLiteBlobTooBigException on huawei/honor Android 9.0 devices only. For 5k active installs. What the matter?
String selectQuery = "SELECT * FROM " + tableName;
if(!db.isOpen()){db=this.getWritableDatabase();}
Cursor cursor = db.rawQuery(selectQuery, null);
i = cursor.getCount();
Other devices run well. image here