permission for play sound

This commit is contained in:
jens 2021-10-31 13:27:45 +01:00
parent ba2a340bdf
commit 9a6083247f
4 changed files with 7 additions and 7 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 29 compileSdkVersion 29
buildToolsVersion '29.0.2' buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'
versionCode 112 versionCode 113
versionName "1.6.42" versionName "1.6.43"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -11,8 +11,8 @@
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"attributes": [], "attributes": [],
"versionCode": 112, "versionCode": 113,
"versionName": "1.6.42-googlePlay", "versionName": "1.6.43-googlePlay",
"outputFile": "app-googlePlayFlavor-release.apk" "outputFile": "app-googlePlayFlavor-release.apk"
} }
], ],

View File

@ -656,7 +656,7 @@ public class ActivityPermissions extends Activity
{ {
for (Action action : rule.getActionSet()) for (Action action : rule.getActionSet())
{ {
if(action.equals(actionType)) if(action.getAction().equals(actionType))
addToArrayListUnique(rule.getName(), returnList); addToArrayListUnique(rule.getName(), returnList);
} }
} }

View File

@ -481,8 +481,8 @@
<string name="edit">Bearbeiten</string> <string name="edit">Bearbeiten</string>
<string name="clickAndHoldForOptions">Klicken und halten Sie ein Objekt für Optionen.</string> <string name="clickAndHoldForOptions">Klicken und halten Sie ein Objekt für Optionen.</string>
<string name="startAutomationAsService">Automation als Dienst starten</string> <string name="startAutomationAsService">Automation als Dienst starten</string>
<string name="setScreenBrightness">Set screen brightness</string> <string name="setScreenBrightness">Bildschirmhelligkeit einstellen</string>
<string name="setScreenBrightnessEnterValue">Enter the desired brightness (from 0 to 100).</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="autoBrightness">Automatische Helligkeitseinstellung verwenden</string>
<string name="apply">übernehmen</string> <string name="apply">übernehmen</string>
<string name="brightnessAuto">automatische Helligkeit</string> <string name="brightnessAuto">automatische Helligkeit</string>