3. Implementation/Android

How to search android source using google

SSKK 2014. 7. 24. 07:21


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.