Back to project page android-sdk-samples.
The source code is released under:
Apache License
If you think the Android project android-sdk-samples 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.atooma.plugin.snapback; /*from w w w.j av a 2s.co m*/ import com.atooma.sdk.AtoomaRegistrationReceiver; public class SnapbackReceiver extends AtoomaRegistrationReceiver { @Override public Class<SnapbackRegister> getRegisterServiceClass() { return SnapbackRegister.class; } }