Back to project page jpstrack.android.
The source code is released under:
/* * Copyright (c) 2006-2014 Ian F. Darwin, http://darwinsys.com * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following co...
If you think the Android project jpstrack.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 jpstrack.android; // ww w. j a va 2s .co m import java.util.HashMap; import java.util.Map; import android.app.Application; /** * The Android singleton for this application */ public class AndroidApplication extends Application { // Just a placeholder at the moment. }