Merge "Do not verify version in ConversationActions/LangIdInstallReceiver." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
dc40440e32
@@ -25,4 +25,9 @@ public class ConversationActionsInstallReceiver extends ConfigUpdateInstallRecei
|
||||
"metadata/actions_suggestions",
|
||||
"version");
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean verifyVersion(int current, int alternative) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,4 +25,9 @@ public class LangIdInstallReceiver extends ConfigUpdateInstallReceiver {
|
||||
"metadata/lang_id",
|
||||
"version");
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean verifyVersion(int current, int alternative) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user