Is there a way to view the source code for Google Apps for Google?

I would like to see the source code for Google Services (specifically the GoogleMap class, from the V2 Maps API). I looked around and couldn't find anything.

I know the following:

+3


source to share


1 answer


Google apps (Maps, Play Store, Gmail) are not open source and are not part of the Open Source Project (AOSP).

Note that there is a clear distinction in package names:



android. * android core components
com.android. * internal helper / implementation classes
com.google. * Google APIs and apps.
+1


source







All Articles