Cannot able run Bluetooth Scanning in Foreground service more than 10 - 15 secs even though Notification is provided
问题 I have used Service to keep my scan for android mobiles even when the app is closed. I used Broadcast receiver to restart my service when killed. It restarts the scanning and it works only for some 15 seconds and then stops When i click button1 in {MainActivity} I started the service and have called startdiscovery() in startCommand method in {ExampleService} Please Help me in running the app in background MainActivity.java import android.Manifest; import android.app.ActivityManager; import