We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef2501 commit 61b1ae6Copy full SHA for 61b1ae6
AndroidSDK/src/com/leanplum/LeanplumFcmServiceHelper.java
@@ -32,7 +32,7 @@
32
* @deprecated {@link LeanplumFcmServiceHelper} will be made private in future releases, since it is
33
* not intended to be public API.
34
*/
35
-class LeanplumFcmServiceHelper extends IntentService {
+public class LeanplumFcmServiceHelper extends IntentService {
36
public LeanplumFcmServiceHelper() {
37
super("LeanplumFcmServiceHelper");
38
}
0 commit comments