99keshav99 / CaptureSposed

Xposed module that effectively disables the newly introduced screenshot detection API in Android 14
GNU Affero General Public License v3.0
104 stars 7 forks source link

Add Dynamic Theme Support Based on System Theme #12

Closed 99keshav99 closed 4 months ago

99keshav99 commented 4 months ago

Current Behavior:

The application does not currently support the system theme. The app's theme (APPTheme) remains static regardless of the system's dark or light theme setting.

Proposed Enhancement:

Modify APPTheme to dynamically support both dark and light themes based on the default system theme setting.