barat
04/23/2024, 11:46 AMyschimke
04/23/2024, 6:16 PMyschimke
04/23/2024, 6:17 PMyschimke
04/23/2024, 6:17 PMyschimke
04/23/2024, 6:21 PMyschimke
04/23/2024, 6:21 PMyschimke
04/23/2024, 6:22 PMyschimke
04/23/2024, 6:28 PMbarat
04/24/2024, 4:43 AMbarat
04/24/2024, 5:50 AM<http://com.google.android.wearable.app|com.google.android.wearable.app>
.
In OS4, when sample app post media notification also trigger system notification on com.google.android.wearable.media.sessions
, but when my app post media notification not trigger system notification.
I thinks this is main different of my app and sample app.yschimke
04/24/2024, 8:15 AMyschimke
04/24/2024, 8:15 AMyschimke
04/24/2024, 8:18 AMyschimke
04/24/2024, 8:18 AMHowever, I confirmed that it is no longer displayed in wear OS 4 (android13). As OS 4 changed to Android 13, notification permission was added, but according to the document, Media sessions are included in the exempt list. Therefore, I am guessing that it is not a permission issue.
yschimke
04/24/2024, 8:21 AMyschimke
04/24/2024, 8:21 AMbarat
04/25/2024, 1:05 AMandroid.Manifest.permission._POST_NOTIFICATIONS_
, still not showing activity indicator on watch face.
I will check about official sample.barat
04/30/2024, 12:25 PMNotificationManagerCompat.IMPORTANCE_DEFAULT
to IMPORTANCE_LOW
, onGoingActivity worked normally without any separate implementation In OS 4.
However, I didn’t know exactly how IMPORTANCE_LOW
affects mediaSession in wear OS 4.
IMPORTANCE_DEFAULT
is working for ongoing activity In OS 3 and OS 3.5 and
I couldn't find anything related to this in the OS 4 migration documentation.
In notification document, it only says "Low: makes no sound and doesn't appear in the status bar."
Do you have any clue of what IMPORTANCE_LOW
solve the problem in OS 4?yschimke
04/30/2024, 12:51 PM