Skip to content

Commit

Permalink
SyncingService: make actions consistent with naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorham committed Apr 22, 2023
1 parent 43d0837 commit 56130e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
public class SyncingService extends IntentService {

// Action for intent
private static final String ACTION_SYNC = "com.eveningoutpost.dexdrip.ImportedLibraries.dexcom.action.SYNC";
private static final String ACTION_SYNC = "com.eveningoutpost.dexdrip.importedlibraries.dexcom.action.SYNC";
private static final String ACTION_CALIBRATION_CHECKIN = "com.eveningoutpost.dexdrip.CalibrationCheckInActivity";

// Parameters for intent
private static final String SYNC_PERIOD = "com.eveningoutpost.dexdrip.ImportedLibraries.dexcom.extra.SYNC_PERIOD";
private static final String SYNC_PERIOD = "com.eveningoutpost.dexdrip.importedlibraries.dexcom.extra.SYNC_PERIOD";

// Response to broadcast to activity
public static final String RESPONSE_SGV = "mySGV";
Expand Down

0 comments on commit 56130e0

Please sign in to comment.