forked from jens/Automation
ringmode bug fixed
This commit is contained in:
parent
2a067507ae
commit
f3c4a0fd91
@ -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 116
|
versionCode 117
|
||||||
versionName "1.7.2"
|
versionName "1.7.3"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
"type": "SINGLE",
|
"type": "SINGLE",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 116,
|
"versionCode": 117,
|
||||||
"versionName": "1.7.2-googlePlay",
|
"versionName": "1.7.3-googlePlay",
|
||||||
"outputFile": "app-googlePlayFlavor-release.apk"
|
"outputFile": "app-googlePlayFlavor-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -694,7 +694,7 @@ public class Actions
|
|||||||
// am.setVibrateSetting(AudioManager.VIBRATE_TYPE_RINGER, AudioManager.VIBRATE_SETTING_OFF);
|
// am.setVibrateSetting(AudioManager.VIBRATE_TYPE_RINGER, AudioManager.VIBRATE_SETTING_OFF);
|
||||||
// }
|
// }
|
||||||
// else
|
// else
|
||||||
// myAudioManager.setRingerMode(desiredSoundSetting);
|
myAudioManager.setRingerMode(desiredSoundSetting);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static String getIPAddressUsb(final boolean useIPv4)
|
private static String getIPAddressUsb(final boolean useIPv4)
|
||||||
|
1
fastlane/metadata/android/de-DE/changelogs/117.txt
Normal file
1
fastlane/metadata/android/de-DE/changelogs/117.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* Fehler beim Setzen des Klingelmodus behoben
|
@ -1 +1 @@
|
|||||||
* New action: Create notification
|
* Fixed a bug in setting ring mode
|
1
fastlane/metadata/android/en-US/changelogs/118.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/118.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* New action: Create notification
|
1
fastlane/metadata/android/es-ES/changelogs/117.txt
Normal file
1
fastlane/metadata/android/es-ES/changelogs/117.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* Se ha corregido un error en la configuración del modo de anillo
|
1
fastlane/metadata/android/it-IT/changelogs/117.txt
Normal file
1
fastlane/metadata/android/it-IT/changelogs/117.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* Risolto un bug nell'impostazione della modalità anello
|
1
fastlane/metadata/android/nl-NL/changelogs/117.txt
Normal file
1
fastlane/metadata/android/nl-NL/changelogs/117.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* Een bug opgelost in de ringmodus instellen
|
Loading…
Reference in New Issue
Block a user