Reputation: 1022
I'm working on Android app that pairs and interacts with BLE accessory. When app initiates pairing with the accessory for the first time one of two things happen:
User then has to swipe down and tap "Touch to pair with ..." notification that presents the prompt.
What does it depend upon? Is there a way to encourage OS to show dialog instead of the notification?
Upvotes: 0
Views: 175
Reputation: 1215
There is nothing you can do about it. This is totally dependent on the OS (version/variant/manufacturer).
Upvotes: 1