99keshav99 / CaptureSposed

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

31 update in app switch to use livedata for hook state #36

Closed 99keshav99 closed 1 month ago

99keshav99 commented 1 month ago

This PR modifies the MainActivity for setting up the listener for updating the in-app toggle switch reflecting the hook state using LiveData introduced #25

99keshav99 commented 1 month ago

PR #36 now contains code fixes for two issues #31 and #37

The code changes addressing #37 can be found in PR #39