Pages

Friday, March 12, 2021

Bluetooth scan stopped in app due to permission not asked by user

 bluetooth scanner connects and disconnects  in runtime when uses the permission 

permissions.add(Manifest.permission.ACCESS_BACKGROUND_LOCATION)

Google changes it policy to first ask and then if user accept only then it will be executed

Solution is simply remove this or follow instructions for more clearity .

CHECK HERE

No comments:

Post a Comment

KeyPoints-Series-1

  The Android architecture has the Main Thread AKA UI thread, which updates the UI after every  16ms  frame.