Hiii, I currently working on an application that requires change: brightness, bluetooth, wifi. This application works fine on Android 4.4 But with new versions she jumps because the user did not grant permission for the change of connections, brightness ...
Here in picture what I would like to do:
I Have this idea for Bluetooth, but it's not complete...
Intent discoverableIntent = new
Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE);
discoverableIntent.putExtra(BluetoothAdapter.EXTRA_DISCOVERABLE_DURATION, 300);
startActivity(discoverableIntent);