api-impl: misc stubs and fixes

This commit is contained in:
Mis012
2025-03-26 21:01:57 +01:00
parent fd2e9f43b6
commit f3332b7201
25 changed files with 234 additions and 37 deletions

View File

@@ -60,7 +60,7 @@ public class LayoutInflater {
return mFactory;
}
public final void setFactory(LayoutInflater.Factory factory){
public void setFactory(LayoutInflater.Factory factory){
mFactory = factory;
}