Back to project page android-location-notes.
The source code is released under:
Apache License
If you think the Android project android-location-notes 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.nearsoft.examenboom; /*from w ww. j av a2s . com*/ import android.app.Application; public class ExamenApplication extends Application { @Override public void onCreate() { super.onCreate(); // UIL } }