Merge "Remove the obsolete function that is not used anymore"
This commit is contained in:
committed by
Android (Google) Code Review
commit
fb771d1ecc
@@ -144,15 +144,6 @@ public class SQLiteQueryBuilder
|
||||
mFactory = factory;
|
||||
}
|
||||
|
||||
/**
|
||||
* Need to keep this to not break the build until ContactsProvider2 has been changed to
|
||||
* use the new API
|
||||
* TODO: Remove this
|
||||
* @hide
|
||||
*/
|
||||
public void setStrictProjectionMap(boolean flag) {
|
||||
}
|
||||
|
||||
/**
|
||||
* When set, the selection is verified against malicious arguments.
|
||||
* When using this class to create a statement using
|
||||
|
||||
Reference in New Issue
Block a user