This website requires JavaScript.
Explore
Help
Sign In
atl
/
android_translation_layer
Watch
0
Star
0
Fork
0
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
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4dd31731f99bd500b6d75ba06f62e1555e5165a7
android_translation_layer
/
src
/
api-impl
/
android
/
net
/
Uri.java
8 lines
103 B
Java
Raw
Normal View
History
Unescape
Escape
refactor source tree organization, switch to meson
2022-10-02 23:06:56 +02:00
package
android.net
;
public
class
Uri
{
src/api-impl: misc stubbing
2023-01-09 12:07:57 +01:00
public
static
Uri
parse
(
String
s
)
{
return
new
Uri
(
)
;
}
refactor source tree organization, switch to meson
2022-10-02 23:06:56 +02:00
}
Reference in New Issue
Copy Permalink