Skip to content

Commit

Permalink
refactor(wearos-lib): remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
matey97 committed Jul 26, 2022
1 parent 2cca996 commit a095dd8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import java.util.ArrayList;

import es.uji.geotec.wearossensors.messaging.ResultMessagingProtocol;
import es.uji.geotec.wearossensors.services.SensorRecordingService;

public class IntentManager {

Expand All @@ -20,10 +19,6 @@ public class IntentManager {
private IntentManager() {
}

public static Intent intentForSensorRecordingService(Context context) {
return new Intent(context, SensorRecordingService.class);
}

public static PendingIntent pendingIntentFromPermissionsToRequest(
Context context,
Class<?> permissionsActivity,
Expand Down

0 comments on commit a095dd8

Please sign in to comment.