Releases: xLexip/Hecate
Releases · xLexip/Hecate
v0.1.0-alpha
Experimental Release: Automatic Theme Switching
This release introduces an experimental feature for automatic device theme switching based on ambient light.
New Features
- Automatic Dark/Light Theme Switching: The app can now automatically switch your device's theme (dark/light) based on the environment's brightness.
- Activation Condition: This switching occurs only when the screen is turned on and the device's light sensor is not covered.
- Toggle: You can enable or disable this feature in the app's settings.
Important: Manual Permission Required
- Because this is an experimental feature interacting with system settings, it requires the
WRITE_SECURE_SETTINGS
permission. - This permission must be granted manually using ADB (Android Debug Bridge). Android does not allow apps to request this permission directly for security reasons.
- Connect your device to a computer with ADB set up and run the following command in your terminal:
adb shell pm grant dev.lexip.hecate android.permission.WRITE_SECURE_SETTINGS
- Without this permission, the automatic theme switching will not function.