Merge pull request #2001 from open-keychain/temp-queried-table
externalprovider: use temp table for query
This commit is contained in:
@@ -38,6 +38,7 @@ public class KeychainExternalContract {
|
||||
public static class EmailStatus implements BaseColumns {
|
||||
public static final String EMAIL_ADDRESS = "email_address";
|
||||
public static final String EMAIL_STATUS = "email_status";
|
||||
public static final String USER_ID = "user_id";
|
||||
|
||||
public static final Uri CONTENT_URI = BASE_CONTENT_URI_EXTERNAL.buildUpon()
|
||||
.appendPath(BASE_EMAIL_STATUS).build();
|
||||
|
||||
Reference in New Issue
Block a user