package xmpp.client.service; import android.content.Context; public interface ContextProvider { public Context getContext(); }