// Create the fill-in Intent that adds the URI for the current item // to the template Intent.Intent fillInIntent = new Intent();Uri uri = Uri.withAppendedPath(EarthquakeProvider.CONTENT_URI, id); fillInIntent.setData(uri);rv.setOnClickFillInIntent(R.id.widget_magnitude, fillInIntent); rv.setOnClickFillInIntent(R.id.widget_details, fillInIntent);return rv;}
đang được dịch, vui lòng đợi..
