ringmode bug fixed

This commit is contained in:
jens 2022-01-14 19:28:33 +01:00
parent 2a067507ae
commit f3c4a0fd91
9 changed files with 11 additions and 6 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 116
versionName "1.7.2"
versionCode 117
versionName "1.7.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 116,
"versionName": "1.7.2-googlePlay",
"versionCode": 117,
"versionName": "1.7.3-googlePlay",
"outputFile": "app-googlePlayFlavor-release.apk"
}
],

View File

@ -694,7 +694,7 @@ public class Actions
// am.setVibrateSetting(AudioManager.VIBRATE_TYPE_RINGER, AudioManager.VIBRATE_SETTING_OFF);
// }
// else
// myAudioManager.setRingerMode(desiredSoundSetting);
myAudioManager.setRingerMode(desiredSoundSetting);
}
private static String getIPAddressUsb(final boolean useIPv4)

View File

@ -0,0 +1 @@
* Fehler beim Setzen des Klingelmodus behoben

View File

@ -1 +1 @@
* New action: Create notification
* Fixed a bug in setting ring mode

View File

@ -0,0 +1 @@
* New action: Create notification

View File

@ -0,0 +1 @@
* Se ha corregido un error en la configuración del modo de anillo

View File

@ -0,0 +1 @@
* Risolto un bug nell'impostazione della modalità anello

View File

@ -0,0 +1 @@
* Een bug opgelost in de ringmodus instellen