I have an app where I am programmatically controlling Bluetooth pairing and unpairing. I can pair before connection and unpair afterwards. The reason I need to do this is
Since Android API 19 Google switched these Methods to public Methods, so there is no need for Reflection any more. :)