Back to project page Android_Youtube_Sampler.
The source code is released under:
GNU General Public License
If you think the Android project Android_Youtube_Sampler listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.pgmacdesign.youtubebasics; //My API Key public class DeveloperKey { //Meh, if people want to use this, I'll just keep an eye on usage public static final String API_KEY = "AIzaSyBXaEqzl_xn6VItoTIYNCqJ2qywZDocsjk"; //Release key }