fix proximity
This commit is contained in:
parent
9f770a1801
commit
f6f93598b6
2 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue