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
src/api-impl: add misc stubs, fix indentation
This commit is contained in:
@@ -3,6 +3,7 @@ package android.app;
|
||||
import android.content.Context;
|
||||
import android.content.ComponentName;
|
||||
import android.content.Intent;
|
||||
import android.content.res.Configuration;
|
||||
import android.os.Bundle;
|
||||
|
||||
import android.widget.TextView;
|
||||
@@ -116,6 +117,15 @@ public class Activity extends Context {
|
||||
return;
|
||||
}
|
||||
|
||||
protected void onSaveInstanceState(Bundle outState) {
|
||||
}
|
||||
|
||||
void onConfigurationChanged(Configuration newConfig) {
|
||||
}
|
||||
|
||||
public void onLowMemory() {
|
||||
}
|
||||
|
||||
/* --- */
|
||||
|
||||
public void setContentView(int layoutResID) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user