You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: misc stubs and fixes for Spotify
This commit is contained in:
@@ -97,6 +97,7 @@ public class Activity extends ContextThemeWrapper implements Window.Callback {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
app_label = r.getText(pkg.applicationInfo.labelRes);
|
||||
if (label != null) {
|
||||
setTitle(label);
|
||||
@@ -568,4 +569,6 @@ public class Activity extends ContextThemeWrapper implements Window.Callback {
|
||||
public static native void nativeOpenURI(String uri);
|
||||
public native void nativeFileChooser(int action, String type, String title, int requestCode);
|
||||
public void reportFullyDrawn() {}
|
||||
public void setVisible(boolean visible) {}
|
||||
public Uri getReferrer() { return null; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user