Back to project page surveygcp.
The source code is released under:
GNU General Public License
If you think the Android project surveygcp 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 org.droidplanner.gcp; //from ww w . j a va2 s .c om import android.app.Application; public class GCPApp extends Application { //private TTS tts; @Override public void onCreate() { super.onCreate(); //tts = new TTS(this); } }