api-impl: more stubs to make OsmAnd launch

with latest bionic_translation, OsmAnd doesn't crash in native code
This commit is contained in:
Mis012
2024-04-14 15:15:37 +02:00
parent 62f91e8d3e
commit e1abceee85
3 changed files with 4 additions and 12 deletions

View File

@@ -23,7 +23,6 @@ public class Window {
public boolean onMenuOpened(int featureId, Menu menu);
}
// FIXME private
public long native_window;
public View contentView;
@@ -99,5 +98,7 @@ public class Window {
public void setNavigationBarColor(int color) {}
public void setFormat (int format) {}
public void setFormat(int format) {}
public void setLayout(int dummy, int dummy2) {}
}