Back to project page WarDroid.
The source code is released under:
MIT License
If you think the Android project WarDroid 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.deathsnacks.wardroid.utils; // ww w . ja v a2 s . c o m import android.app.Application; import android.content.SharedPreferences; /** * Created by Admin on 24/01/14. */ public class GlobalApplication extends Application { private SharedPreferences settings; private SharedPreferences.Editor editor; }