Skip to main content
1 vote
1 answer
60 views

Notification.requestPermission() in the PWA is not triggering the Android app / TWA to change Notificaitions to "granted" instead of "blocked". Using the most recent version of ...
Greg Edwards's user avatar
0 votes
1 answer
65 views

I encountered an issue sending notifications in my Android app. I am setting my custom icon via .setSmallIcon(R.drawable.ic_bublic_2) but android ignores it and shows a default launcher icon instead. ...
Sargius's user avatar
  • 132
0 votes
1 answer
44 views

I'm using Notifee with React Native Firebase Cloud Messaging (FCM) to display styled notifications that include HTML tags such as <b>, <i>, and <font color='green'>. In light mode, ...
Japjyot Suri's user avatar
0 votes
1 answer
37 views

I have an Android app where I want to show a notification when the app is running in the background. The associated Activity is declared in the manifest with: <activity android:name="....
Mr T's user avatar
  • 123
1 vote
0 answers
88 views

I'm targeting my application on API36 and testing it on my phone (Android 16 Samsung, OneUI8). My app creates 2 notification channels (Other actions and User actions). Status notification and User ...
Daniel's user avatar
  • 2,734
0 votes
0 answers
59 views

I started building a Material 3 Expressive music player app built mainly on Java (~85%). To prevent confusion, I'll provide a direct link to the entire thing just in case: Main Player Service | ...
Yamen's user avatar
  • 1
0 votes
0 answers
32 views

I have an application which I'm using since at least a decade. Now with Samsung's OneUI8, and Android14 update, my notifications are completely ruined. I have: 3 different notification channels. 1 ...
Daniel's user avatar
  • 2,734
0 votes
0 answers
95 views

One UI 8 is based on Android 16 and it does seem to display Google Maps and a few other Live Notifications from Google. However when I tried integrating Progress Centric Live Notifications on Galaxy ...
Jitendra Reddy's user avatar
0 votes
2 answers
51 views

in my project i have an audio controller class class AudioController(val context: Context){ private val player = ExoPlayer.Builder(context).build() private val _state = MutableStateFlow(...
Jaimin Vashi's user avatar
0 votes
0 answers
42 views

I'm reading the very "thin" documentation on Progress Centric notifications https://developer.android.com/about/versions/16/features/progress-centric-notifications – hoping this is somewhat ...
Ben Frain's user avatar
  • 2,568
0 votes
0 answers
82 views

You can see a tiny Flutter logo next to the caller avatar/profile. I've seen the exact same in every calling app and it's always the app icon. Here, however, despite changing the app icon multiple ...
Richard Onslow Roper's user avatar
0 votes
0 answers
64 views

I have implemented a progress notification using the Android SDK (targeting version 36). The notification works and the progress updates correctly on Android 16, but on older Android versions the ...
AphonicLoqui's user avatar
0 votes
1 answer
91 views

I have an app that, using WebRTC, is able to successfully connect and hold a video call. The actual call logic while the app is open is a separate concern but what I was looking for, is the classic &...
Richard Onslow Roper's user avatar
1 vote
1 answer
52 views

I am creating a timer application with multiple tools. While on timer, I want to show the seconds or time in the status bar. As of now, I am following the below approach, Convert text to a Bitmap ...
Prashil Shah's user avatar
1 vote
1 answer
102 views

I have an Android Wear OS emergency app, which monitors the user and looks out for emergency events. When the app is closed, I use a foreground service, to keep monitoring in the background. This ...
theproductivepickle's user avatar

15 30 50 per page
1
2 3 4 5
330