Back to project page fooplayer-android.
The source code is released under:
GNU General Public License
If you think the Android project fooplayer-android 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.mauriciogiordano.fooplayer.config; /*w w w . j av a2 s . co m*/ import com.mauriciogiordano.fooplayer.R; /** * Created by mauricio on 10/31/14. */ public class Constants { public static final String DATABASE_NAME = "fooplayer.db"; public static final int DATABASE_CONFIG = R.raw.orm_config; public static final String LASTFM_APIKEY = "9ac35a44478ff81cdde7ce89e3c52116"; public static final String YOUTUBE_APIKEY_WEB = "AIzaSyAZJ7CqOMIW0sfC7RwldTpHmzMlys8xCjw"; public static final String YOUTUBE_APIKEY_ANDROID = "AIzaSyAKlc6PKDxKLCQbnkQT7kpGppgVjcRCPA4"; }