I have written an android library project that includes custom MapFragments, based on Google Maps for Android v2 API. In the Google APIs console, I have registered the libra
There is no way to do that. Registering takes like 15 seconds per app if you use the same key for all of them.
No... you have to specify package name. It identify your application registered with Map key
Here's how to accomplish what you're trying to do when creating a new API key:
Then you should see AndroidApps: Any app allowed, and be able to use that maps API key in all of your apps without any configuration on the APIs console.
Since you have probably already have entered the certificate fingerprints for each of your applications, just click Edit allowed Android apps, delete them all from the list, click update, and it should say any app is allowed to use that API key.
It can answer for 2 ways
Can I have a single Google Maps API key for all my apps?
Yes, you can by register API Key with multiple lines by using enter, like this:
but for this question Can I have a single Google Maps API key for all my apps without registering their package names?
No, you can't
*edit image for easier to read