Translations
This commit is contained in:
		@@ -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"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
 
 | 
			
		||||
@@ -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<Rule> allRulesWithActivityDetection = Rule.findRuleCandidatesByActivityDetection();
 | 
			
		||||
						ArrayList<Rule> allRulesWithActivityDetection = Rule.findRuleCandidates(Trigger_Enum.activityDetection);
 | 
			
		||||
						for(int i=0; i<allRulesWithActivityDetection.size(); i++)
 | 
			
		||||
						{
 | 
			
		||||
							if(allRulesWithActivityDetection.get(i).applies(Miscellaneous.getAnyContext()))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user