You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit removes the `SecurityService.kt` file and its usage in `MainActivity.kt`.
- The `SecurityService` object, which contained checks for debug builds (BuildConfig flag, manifest flag, attached debugger, and debug signature), has been deleted.
- Consequently, the logic in `MainActivity.kt` that set `WindowManager.LayoutParams.FLAG_SECURE` based on `SecurityService.isDebugBuild()` has also been removed.
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
0 commit comments