Using google icons in Android Application

Are developers allowed to use the default Google icons in their applications to launch Google applications from their applications?

For example if I want to allow my user to launch the Google maps application from my application, can I add an ImageView with the Google Maps icon as its resource to my application?

Upvotes: 1

Views: 250

Answers (1)

daveD
daveD

Reputation: 976

I think Google explains use of all their imagery & such here - Google Permissions

Upvotes: 2

Related Questions