if(ret>0) { // Notify that data for this uri has changed getContext().getContentResolver().notifyChange(uri, null); } Log.d(TAG, "updated records: " + ret); ...
確定! 回上一頁