Where can i browse the Android 2.2 Froyo source of java.lang.String? [closed]

痞子三分冷 提交于 2019-12-08 05:27:53

问题


I would like to browse it online.

The official Google one is always preferred.

In particular, i want to access

https://android.googlesource.com/platform/libcore/+/froyo/luni/src/main/java/java/lang/String.java

But as you can see in the list here, only gingerbread and later releases are available.

https://android.googlesource.com/platform/libcore/+/gingerbread/luni/src/main/java/java/lang/String.java

If there is really nowhere to browse it online, attach the code stub of public String replace(CharSequence target, CharSequence replacement) and related methods, is also appreciated.

Thanks a lot!


回答1:


This has the right tag and class name: https://android.googlesource.com/platform/dalvik/+/android-2.2_r1/libcore/luni/src/main/java/java/lang/String.java.



来源:https://stackoverflow.com/questions/16559792/where-can-i-browse-the-android-2-2-froyo-source-of-java-lang-string

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!