api-impl: misc stubs for WhatsApp

This commit is contained in:
Julian Winkler
2025-01-11 18:01:43 +01:00
parent 2a3c8fd5fa
commit 57dd86fc98
25 changed files with 470 additions and 2 deletions

View File

@@ -587,4 +587,12 @@ public class Activity extends ContextThemeWrapper implements Window.Callback, La
public View onCreateView(View parent, String name, Context context, AttributeSet attrs) {
return null;
}
public boolean onSearchRequested() {
return false;
}
public View getCurrentFocus() {
return null;
}
}