cleanups
This commit is contained in:
parent
0e2270296c
commit
2d83194d11
2 changed files with 3 additions and 3 deletions
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue