2014. 7. 24. 07:21
How to search android source using google
2014. 7. 24. 07:21 in 3. Implementation/Android
Use site option as below:
windowmanageservice site:android.googlesource.com/platform/frameworks/base/
Without cpp file
windowmanageservice site:android.googlesource.com/platform/frameworks/base/ -cpp
This search doesn't catch the contents of the source, so just use to reach latest or specific version of android source file.