Android Question System Notification

MarcoRome

Expert
Licensed User
Longtime User
Hi all
It is possbile detect the system notification:
such as
if a text comes it sends a command through bluetooth "tx"
if a system gives notification of such things as
error
alarm
light
headphones plugged in
low battery notfication
etc.
Thank you
 

walterf25

Expert
Licensed User
Longtime User
Hi all
It is possbile detect the system notification:
such as
if a text comes it sends a command through bluetooth "tx"
if a system gives notification of such things as
error
alarm
light
headphones plugged in
low battery notfication
etc.
Thank you
You can checkout the Broadcast Receiver library, i'm sure you can catch all this with that library!
 
Upvote 0
Top