selectionArgs replace any question marks in the selection string.
for example:
String[] args = { "first string", "[email protected]" };
Cursor cursor = db.query("TABLE_NAME", null, "name=? AND email=?", args, null);
as for your question - you can use null
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…