Color Breeze is an open source Android app which mimics the behavior of Google's Wind Down feature introduced in Android Pie (9.0).
In order for Color Breeze to work it is required to grant the 'WRITE_SECURE_SETTINGS' permission. The permission is needed to grayscale your device.
This permission can be granted by giving the app root priviliges or by manually granting it via adb.
Before following the steps below, make sure you've installed adb correctly and it's properly set up in your path variables.
- Connect your Android device to your computer
- Execute the following command in your terminal or command prompt:
adb devices
- Make sure your device appears in the output and its current state is online
- Execute
adb shell pm grant com.reverp.colorbreeze android.permission.WRITE_SECURE_SETTINGS
Color Breeze can be downloaded from the following sources:
- Fancybuttons by Medyo
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details