Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (22 loc) · 1.63 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.63 KB

Color Breeze

Color Breeze is an open source Android app which mimics the behavior of Google's Wind Down feature introduced in Android Pie (9.0).

Getting Started

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.

How to manually grant permission

Before following the steps below, make sure you've installed adb correctly and it's properly set up in your path variables.

  1. Connect your Android device to your computer
  2. Execute the following command in your terminal or command prompt: adb devices
  3. Make sure your device appears in the output and its current state is online
  4. Execute adb shell pm grant com.reverp.colorbreeze android.permission.WRITE_SECURE_SETTINGS

Screenshots

Main Activity Settings Activity Example

Downloads

Color Breeze can be downloaded from the following sources:

Libraries

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details