mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Added min car level API to Manifest just in case
This commit is contained in:
parent
5ce7a5524a
commit
fdee7e618e
2 changed files with 5 additions and 0 deletions
|
|
@ -59,6 +59,9 @@
|
|||
<meta-data
|
||||
android:name="com.google.android.gms.car.application"
|
||||
android:resource="@xml/automotive_app_desc"/>
|
||||
<meta-data
|
||||
android:name="androidx.car.app.minCarApiLevel"
|
||||
android:value="1"/>
|
||||
|
||||
<activity
|
||||
android:name=".ui.main.MainActivity"
|
||||
|
|
|
|||
|
|
@ -1008,6 +1008,8 @@ class NotificationsManager @MainThread constructor(private val context: Context)
|
|||
setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
|
||||
if (isIncoming) {
|
||||
setPriority(NotificationCompat.PRIORITY_MAX)
|
||||
} else {
|
||||
setPriority(NotificationCompat.PRIORITY_HIGH)
|
||||
}
|
||||
setWhen(System.currentTimeMillis())
|
||||
setAutoCancel(false)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue