diff --git a/app/googlePlayFlavor/release/output-metadata.json b/app/googlePlayFlavor/release/output-metadata.json index 03ae99d8..d2a31df0 100644 --- a/app/googlePlayFlavor/release/output-metadata.json +++ b/app/googlePlayFlavor/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 113, - "versionName": "1.6.43-googlePlay", + "versionCode": 114, + "versionName": "1.7-googlePlay", "outputFile": "app-googlePlayFlavor-release.apk" } ], diff --git a/app/src/googlePlayFlavor/java/com/jens/automation2/receivers/ActivityDetectionReceiver.java b/app/src/googlePlayFlavor/java/com/jens/automation2/receivers/ActivityDetectionReceiver.java index 26f568e9..c9d74c86 100644 --- a/app/src/googlePlayFlavor/java/com/jens/automation2/receivers/ActivityDetectionReceiver.java +++ b/app/src/googlePlayFlavor/java/com/jens/automation2/receivers/ActivityDetectionReceiver.java @@ -301,7 +301,7 @@ public class ActivityDetectionReceiver extends IntentService implements Automati * and some activities are hierarchical (ON_FOOT is a generalization of WALKING and RUNNING). */ - ArrayList allRulesWithActivityDetection = Rule.findRuleCandidatesByActivityDetection(); + ArrayList allRulesWithActivityDetection = Rule.findRuleCandidates(Trigger_Enum.activityDetection); for(int i=0; i