File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
AndroidSDK/src/com/leanplum Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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 ()) {
Original file line number Diff line number Diff line change 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" )
5254public class Socket {
5355 private static final String TAG = "Leanplum" ;
You can’t perform that action at this time.
0 commit comments