fix proximity

This commit is contained in:
Alexey Kuznetsov 2018-06-01 19:20:03 +03:00
commit f6f93598b6
2 changed files with 2 additions and 2 deletions

View file

@ -57,5 +57,5 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
implementation 'com.github.axet:android-audio-library:1.0.108' // implementation project(':android-audio-library')
implementation 'com.github.axet:android-audio-library:1.0.109' // implementation project(':android-audio-library')
}

View file

@ -222,7 +222,7 @@ public class RecordingService extends Service {
.setContentTitle(title)
.setContentText(text)
.setTicker(title)
.setSmallIcon(R.drawable.ic_mic_24dp)
.setSmallIcon(R.drawable.ic_mic_notification)
.setContent(view);
if (Build.VERSION.SDK_INT < 11) {