Constant background running process - even when app is not in use
问题 I am working with other contributors on an open-source project in which we have made an Android App. Whenever the app is opened we get a notification that the app is running in the background and even when the app session is terminated, the notification doesn't go away. Here is the link for the project The app has a lot of classes which could be the reason but we are not able to narrow it down. Though we do think that it could be the BluetoothService activity which uses Bluetooth signals. The