This commit is contained in:
Alexey Kuznetsov 2017-06-21 18:35:56 +03:00
commit 2d83194d11
2 changed files with 3 additions and 3 deletions

View file

@ -43,5 +43,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.github.axet:android-audio-library:0.0.61' // compile project(':android-audio-library')
compile 'com.github.axet:android-audio-library:0.0.62' // compile project(':android-audio-library')
}

View file

@ -50,13 +50,13 @@
android:defaultValue="true"
android:key="call"
android:summary="Stop recording on answering and continue on hangup"
android:title="Pause during calls" />
android:title="Pause During Calls" />
<SwitchPreferenceCompat
android:defaultValue="true"
android:key="silence"
android:summary="Put phone in 'silence mode' during recording"
android:title="Silence mode" />
android:title="Silence Mode" />
<SwitchPreferenceCompat
android:defaultValue="false"