Hi guys,
I want to write an App that monitors my paired bluetooth connection in the following way:
If a file comes from a paired source it should be stored. If no file was passed and the bluetooth connection breaks down, my app shall store a dummy file.
Storing a file works great, my main issue is how to run this whole thing without having an activity on my display....
I read much about services, but mostly it is said that a service is depending on an activity/app...is that right?
Is there any other possibility to realize something like that? What about broadcast receivers? How can I programm this functionality?
I'm looking forward to read your (creative) answers ;-) nice greetings, poeschlorn