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: add misc stubs
This commit is contained in:
@@ -4,4 +4,14 @@ public class Uri {
|
||||
public static Uri parse(String s) {
|
||||
return new Uri();
|
||||
}
|
||||
|
||||
public Builder buildUpon() {
|
||||
return new Builder();
|
||||
}
|
||||
|
||||
public static final class Builder {
|
||||
public Builder appendQueryParameter(String key, String value) {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user