api-impl: misc stubs for K-9 Mail

This makes the non composeUI parts of K-9 Mail mostly functional.
This commit is contained in:
Julian Winkler
2025-01-12 10:42:51 +01:00
parent 554b4d346a
commit 64c5ebe5b6
14 changed files with 97 additions and 2 deletions

View File

@@ -373,4 +373,8 @@ public class Intent implements Parcelable {
extras.putParcelableArrayList(name, value);
return this;
}
public int filterHashCode() {
return 0;
}
}