标签: android android-contentresolver
我需要实现以下查询:
query(uri, projection, "parent_id=? ", selectionArgs, null)
...其中selectionArgs是长度为字符串的数组,每次使用此查询时都会动态更改。但它似乎将null作为光标返回。
selectionArgs
null