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
misc stubbing
This commit is contained in:
@@ -114,8 +114,19 @@ public class Intent {
|
||||
return this; //??
|
||||
}
|
||||
|
||||
public Intent setClass (Context packageContext, Class<?> cls) {
|
||||
public Intent setClass(Context packageContext, Class<?> cls) {
|
||||
return this; //??
|
||||
}
|
||||
|
||||
public String getStringExtra(String name) {
|
||||
return null;
|
||||
}
|
||||
|
||||
public Uri getData() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public boolean getBooleanExtra(String name, boolean defaultValue) {
|
||||
return defaultValue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user