Skip to content

Commit 0f45a4d

Browse files
committed
feat(manifest): removing unused constants
1 parent 53645e0 commit 0f45a4d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

AndroidSDK/src/com/leanplum/LeanplumCloudMessagingProvider.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
* @author Anna Orlova
3434
*/
3535
abstract class LeanplumCloudMessagingProvider {
36-
static final String PUSH_REGISTRATION_SERVICE = "com.leanplum.LeanplumPushRegistrationService";
37-
static final String PUSH_RECEIVER = "com.leanplum.LeanplumPushReceiver";
38-
3936
private static String registrationId;
4037

4138
/**

AndroidSDK/src/com/leanplum/LeanplumManualProvider.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public boolean isInitialized() {
4141
return true;
4242
}
4343

44-
public boolean isManifestSetUp() {
45-
return true;
46-
}
47-
4844
public void unregister() {
4945

5046
}

0 commit comments

Comments
 (0)