Building a SQL string with the + operator and passing it to rawQuery, execSQL, or executeQuery permits SQL injection.
Use PreparedStatement with bound parameters or selectionArgs rather than concatenating strings.