Bluetooth connection notification
Moderator: Martin
Bluetooth connection notification
Anyone happen to know which app/package generates the notification for incoming Bluetooth connection/pairing requests on Lollipop? I see a notification shade notification and a Bluetooth icon appears on the left of the status bar... It'd like to use that as a trigger for a flow (unless someone knows of a different/better method).
Re: Bluetooth connection notification
You can expand the statusbar and long-press the notification. The notification should now show the app icon and the name of the app that posted the notification. Maybe it's Android System, package would be android in this case.
Re: Bluetooth connection notification
A small additional tip: Maybe it works on Lollipop too. Under 4.3 there is a class called .Settings$NotificationStationActivity. It is part of com.android.settings. If you start it in "Start App" action you will get complete list of notification since bootup. By tab on an entry it will open App-Info too.
So you dont need to wait until next time your notification appears
So you dont need to wait until next time your notification appears
Re: Bluetooth connection notification
Great tip, I completely forgot about the notification log hidden in the settings app. It still exists in Lollipop.
Re: Bluetooth connection notification
There's a standard Android settings shortcut I can put on the home screen that seems to show the same list. The Bluetooth paring request wasn't in the list. I will re-investigate immediately I get the next request.andy wrote:A small additional tip: Maybe it works on Lollipop too. Under 4.3 there is a class called .Settings$NotificationStationActivity. It is part of com.android.settings. If you start it in "Start App" action you will get complete list of notification since bootup. By tab on an entry it will open App-Info too.
So you dont need to wait until next time your notification appears
Thanks for the steer (both you and Martin)
