Back to project page SSPIA.
The source code is released under:
MIT License
If you think the Android project SSPIA 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.fiec.sspia.mclass; //from ww w .ja va2 s . c o m import android.app.NotificationManager; import android.content.Context; import com.fiec.sspia.buff.DefaultNoti; import com.fiec.sspia.util.TempClass; public class SSNotific extends DefaultNoti{ public SSNotific(Context act, NotificationManager nm, String type) { super(act, nm, type); } @Override public void initialize(Class<?> myclass, TempClass temp) { super.myclass = myclass; super.temp = temp; getRes(); //setParams(); switching(); } @Override public void start() { super.shownotifi(); } }