forked from jens/Automation
		
	permission for play sound
This commit is contained in:
		| @@ -11,8 +11,8 @@ android { | ||||
|         compileSdkVersion 29 | ||||
|         buildToolsVersion '29.0.2' | ||||
|         useLibrary  'org.apache.http.legacy' | ||||
|         versionCode 112 | ||||
|         versionName "1.6.42" | ||||
|         versionCode 113 | ||||
|         versionName "1.6.43" | ||||
|  | ||||
|         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" | ||||
|     } | ||||
|   | ||||
| @@ -11,8 +11,8 @@ | ||||
|       "type": "SINGLE", | ||||
|       "filters": [], | ||||
|       "attributes": [], | ||||
|       "versionCode": 112, | ||||
|       "versionName": "1.6.42-googlePlay", | ||||
|       "versionCode": 113, | ||||
|       "versionName": "1.6.43-googlePlay", | ||||
|       "outputFile": "app-googlePlayFlavor-release.apk" | ||||
|     } | ||||
|   ], | ||||
|   | ||||
| @@ -656,7 +656,7 @@ public class ActivityPermissions extends Activity | ||||
|             { | ||||
|                 for (Action action : rule.getActionSet()) | ||||
|                 { | ||||
|                     if(action.equals(actionType)) | ||||
|                     if(action.getAction().equals(actionType)) | ||||
|                         addToArrayListUnique(rule.getName(), returnList); | ||||
|                 } | ||||
|             } | ||||
|   | ||||
| @@ -481,8 +481,8 @@ | ||||
|     <string name="edit">Bearbeiten</string> | ||||
|     <string name="clickAndHoldForOptions">Klicken und halten Sie ein Objekt für Optionen.</string> | ||||
|     <string name="startAutomationAsService">Automation als Dienst starten</string> | ||||
|     <string name="setScreenBrightness">Set screen brightness</string> | ||||
|     <string name="setScreenBrightnessEnterValue">Enter the desired brightness (from 0 to 100).</string> | ||||
|     <string name="setScreenBrightness">Bildschirmhelligkeit einstellen</string> | ||||
|     <string name="setScreenBrightnessEnterValue">Geben Sie den gewünschten Helligkeitswert ein (von 0 bis 100).</string> | ||||
|     <string name="autoBrightness">Automatische Helligkeitseinstellung verwenden</string> | ||||
|     <string name="apply">übernehmen</string> | ||||
|     <string name="brightnessAuto">automatische Helligkeit</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user