Grant secure settings permission
General
In order to make Color Breeze work it needs to have permission to the developer settings on your Android device.
Note: Before you follow the steps below, please enable ‘Developer settings’ and make sure you have enabled USB debugging
Requirement: Make sure you have extracted the Android SDK tools correctly.
Steps
- Connect your Android device to your computer
- Execute the following command in your terminal / command prompt:
adb devices
- Make sure your device appears in the list and its current state is online.
- Execute
adb shell pm grant com.reverp.colorbreeze android.permission.WRITE_SECURE_SETTINGS
- Click on ‘Check permission’ in Color Breeze which should work