Messaging: Remove unused code
Change-Id: I8093bb3e305ae323f7069bf42f9e83f8c8647cc7
This commit is contained in:
@@ -254,15 +254,6 @@ public class MessagingContentProvider extends ContentProvider {
|
||||
@Override
|
||||
public Cursor query(@NonNull final Uri uri, final String[] projection, String selection,
|
||||
final String[] selectionArgs, String sortOrder) {
|
||||
|
||||
// Processes other than self are allowed to temporarily access the media
|
||||
// scratch space; we grant uri read access on a case-by-case basis. Dialer app and
|
||||
// contacts app would doQuery() on the vCard uri before trying to open the inputStream.
|
||||
// There's nothing that we need to return for this uri so just No-Op.
|
||||
//if (isMediaScratchSpaceUri(uri)) {
|
||||
// return null;
|
||||
//}
|
||||
|
||||
final SQLiteQueryBuilder queryBuilder = new SQLiteQueryBuilder();
|
||||
|
||||
String[] queryArgs = selectionArgs;
|
||||
|
||||
Reference in New Issue
Block a user