Skip to content

Commit 6ede507

Browse files
committed
feat(deprecation): adding docs
1 parent b39d2e7 commit 6ede507

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

AndroidSDK/src/com/leanplum/LocationManagerImplementation.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ private boolean isMetaDataSet() {
264264
return false;
265265
}
266266
}
267+
268+
// Suppressing missing permission warning which since it is up to client to add location
269+
// permission to their manifest.
267270
@SuppressWarnings("MissingPermission")
268271
private void updateTrackedGeofences() {
269272
if (allGeofences == null || googleApiClient == null || !googleApiClient.isConnected()) {

AndroidSDK/src/com/leanplum/internal/Socket.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
*
4949
* @author Andrew First, Ben Marten
5050
*/
51+
// Suppressing apache dependency deprecation. We should upgrade our socket IO client to new version
52+
// which uses okhttp library.
5153
@SuppressWarnings("deprecation")
5254
public class Socket {
5355
private static final String TAG = "Leanplum";

0 commit comments

Comments
 (0)