Back to project page push-music-lib-droid.
The source code is released under:
MIT License
If you think the Android project push-music-lib-droid 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.mhor.pushmusiclib.push; /*from w w w . jav a2 s . c o m*/ import android.content.Context; public class AuthenticationPushMaker extends PushMaker { public AuthenticationPushMaker(Context applicationContext) { super(applicationContext); } }