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; import android.content.Intent; /** * Created by Admin on 7/17/2014. */ public interface PreferenceActivityCallbacks { public void onActivityResult(int requestCode, int resultCode, Intent data); }