我正在使用以下代码更新内容提供者的行,但这给了我错误:
App.getContext().getContentResolver().update(SETTINGS_PROVIDER_CONTENT_URI, contentValues, "_id=?", new String[]{id});
错误值:
near ".": syntax error (code 1): , while compiling: UPDATE settings SET media.video.tvsize=? WHERE _id =?
内容提供商具有2列_id和值。